LeeHoYeung

Mr. Ho Yeung Lee

535 Reputation

10 Badges

12 years, 236 days

Social Networks and Content at Maplesoft.com

Seldom to ask question after retired math hobby Welcome August, February, July, May born girl And waited for her email to mavio@protonmail.com

MaplePrimes Activity


These are questions asked by LeeHoYeung

H := 1/(2*m)*diff(f(q,P,t), q)^2 = -diff(f(q,P,t),t);
assume f = f1(q) + f2(t);
H := 1/(2*m)*diff(f1(q), q)^2 = -diff(f2(t),t);
dsolve(H);

set each side of equation be a constant E which is anticipated integration constant
how to solve to S = q*sqrt(2*m*E) - E*t

and

p = diff(S,q) = sqrt(2*m*E);
Q = diff(S,E) = q*m/sqrt(2*m*E) - t;

can maple 18 install in mobile phone Lumia 950?

if eval(simplify( subs(a=2,subs(b= 5,f))))) - n = 0 then

      hello := union(hello, {f})

end if:

after subs(a=2,subs(b= 5,f))) to verify , some of hello return -n

negative

why it is possible to pass the if condition statement?

if it is normal case, how to write correct if statement to ensure no -n 

if input x^2*y+x*y+x

how to output [x^2*y, x*y, x]

how to composite two system of polynomials in maple

for a o b = identity

First 66 67 68 69 70 71 72 Last Page 68 of 141