oivind

10 Reputation

2 Badges

12 years, 295 days

MaplePrimes Activity


These are questions asked by oivind

Hi!

After a matrix calculation in maple I might end up with a matrix with common factors, like this ...

Now this matrix has elements with common factor sqrt(h/(m*omega)) that I want put as a factor outside the matrix. How can I do this?

Thanks :)

Hi!

If I do a*RandomMatrix(2,2), maple will multiply a inside the matrix. How can I have maple keep it outside for readability?

Thanks!

Hi!

I have a function of two variables f(a,b)

 f(a,b) =16*b^2/(a+sqrt(a^2+8*b^2))^2

and I need to rewrite it to a function of a single variable

f(x) = 16*x^2/(2+2*sqrt(1+8*x^2)+8*x^2)

where x=b/a. It is easy...

Page 1 of 1