zippon

55 Reputation

6 Badges

13 years, 175 days

MaplePrimes Activity


These are questions asked by zippon

In the LinearAlgebra packet, I use the command MatrixFunction to calculate a function with respect to a matrix J as follow:

> restart; with(LinearAlgebra);

> J := Matrix(3, 3, {(1, 1) = 2, (1, 2) = 1, (1, 3) = 0, (2, 1) = 0,
 (2, 2) = 2, (2, 3) = 1, (3, 1) = 0, (3, 2) = 0, (3, 3) = 2});

> M := MatrixFunction(J, ln(1+x), x);

Then I got the answer:

Matrix(3, 3, {(1, 1) = ln(3), (1, 2) = 1/3, (1, 3) = -1/18, (2, 1) = 0, (2, 2) = ln(3...

How to expand a periodic function to form of fourier series

The periodic function such as

exp(lambda(exp(I*t)-1))

Hello, I need some help on how to solve this eq: diff(y(x),x,x)-y^2=0; y(0)=100,y(2)=1 When I tried to do this by solve command, I get a blank list. I really need help on this. thanks a lot

1 2 3 4 Page 4 of 4