1
package montimath.vanilla;
2
 
3
script PowerWise
4
  Q^{2} A = [1, 2].^2;
5
  Q^{2} Bmat = ([1, 2] * [1, 2; 3, 4]).^2;
6
end
1
package montimath.vanilla;
2
 
3
script PowerWise
4
  
5
  
6
end