Aysan

10 Reputation

One Badge

10 years, 333 days

MaplePrimes Activity


These are questions asked by Aysan

Hi:

i will solve the three equations below with numerical method,how?

eq1 := -2.517407096*10^12*q[1](t)^2-5.292771429*10^12*q[1](t)-1.888055322*10^12*q[2](t) = 0
eq2 := 2.246321962*10^12*q[1](t)^2+1.684741471*10^12*q[2](t)+8.110113889*10^12*q[1](t)-7.480938859*10^10*q[3](t) = 0
eq3 := int((-3.826000000*10^11*q[2](t)*cos(Pi*x)*Pi^2-3.826000000*10^11*q[1](t)^2*cos(Pi*x)*Pi^3*sin(Pi*x)+3.414000000*10^11*q[1](t)^2*sin(Pi*x)^2*Pi^4-3.414000000*10^11*q[1](t)^2*cos(Pi*x)^2*Pi^4+7*(int(exp(10*tau), tau = -infinity .. t))+q(x, t))*sin(Pi*x), x = 0 .. 1) = 0

Hi:

i have data in a file excell(attach in below) and i will import them to maple and plot the figure,how do this work?

with regards...

data.xls

Hi:
i solved nonlinear ode in terms of t (y(t)) with dsolve command,how i will evaluate value function(y(t)) in points t=0..1 with delta t=0.01 and results(t and y(t)) inside a excel file?

eq := diff(y(t), t, t)-y(t)^2 = 1
res := dsolve({eq, y(0) = 0, (D(y))(0) = 0}, {y(t)}, numeric)

 

Hi:

when use the dsolve,numeric,I see error,why?

f := (x, t) -> piecewise(t < 10, 0.480e9*(1-(1/10)*t)*sin(Pi*x), 10 < t, 0)

eq1 := diff(y(t), t, t)-y(t)^2-f(x,t) = 0:
eq2 :=simplify( int(lhs(eq1)*sin(Pi*x), x = 0 .. 1) = 0):

dsolve({eq2, y(0) = 0, (D(y))(0) = 0}, numeric)

initial conditions are zero.

 

 

Hi every Body?

I will define the function f(t) in maple,how?

f(t)=1-t for 0<t<10 and t for t>10

Page 1 of 1