Fei Wang

15 Reputation

2 Badges

13 years, 236 days

MaplePrimes Activity


These are questions asked by Fei Wang

Let's say if given a expression y(x)=1/x+sinx, how to find the equation which y(x) satisfies by using Maple?

Download problem_for.mw

I use some codes to find the coefficients of given functional expressions. But in the procedure of operation, "Error, invalid 'if' statement" is showed. How can I do to solve the error?
If this structure of code can't find the coefficients, how to get the coefficients?

P.S. the coefficients of given functional expressions like this:

given Ex:=a*x+b*y-d*z+e*y-f*x-m*z,

When using the command "for", the results are placed in a column,such as if we input
for i from 1 to 3 do  i end do, the results are showed as

1

2

3.

This style is not convient to use for following computation. So how to put all results into a list or set ?

Download problem1.mw

Give a polynomial a*x+b,We can use the command "coeff" to get a coefficient of x. Unfortunately the command does not work for functional work. I have a comlicated functional expression, and want to get the coefficients of some given basical term. How can I do to get the coefficients?

Hello,experts! I meet a strange problem. That is to solve a equation but use other variable,namely solve(2*x=3,y).I hope that the returned result of command "solve" is y=0. How can I to do to realize it?

1 2 Page 1 of 2