Tagged Questions
1
vote
2answers
37 views
How use Maple12 to solve a differential equation by using Euler's method?
Consider the differential equation $y^{\prime}=y-2$ with initial condition $y\left(0\right)=1$.
a) Use Euler's method with 4 steps of size 0.2 to estimate $y\left(0.8\right)$
I know how to do this ...
1
vote
1answer
209 views
Solving System of Differential Equations with initial conditions maple
I've been asked to solve a system of differential equations using maple (for practice, as it is solvable by hand...), but I seem to be running into goop with syntax...
d/dt r(t) = -lambda_r*r(t) + ...
1
vote
1answer
58 views
Maple plot problem
I'm tryin to make a 3D plot of a differential-equation. I already found:
$$\begin{align*}
&x_1' = f(t) x_4 - x_2\\
&x_2' = -f(t) x_3 + x_1\\
&x_3' = f(t) x_2 + x_4\\
&x_4' = -f(t) x_1 ...
1
vote
1answer
126 views
How to numerically solve such differential system (ODE, Nonstationary, Nonhomogeneous) (what steps to take)?
So I have next system with boundary conditions:
Maples sol:=dsolve([sysG, bc]) and ...
1
vote
0answers
115 views
maple code for exp-func. for solving PDE's & non-linear ODE's?
How can I create the Maple code using exponential-function solving the equation below?
$u_t = \gamma u_x+6u(u_x)^2+(3u^2-1)u_{xx}-u_{xxxx}$
$u_t =u_{xx}-u^3+u,$
$\alpha u''(x) = \beta ...
2
votes
1answer
139 views
Numerical solution of fractional integro-diffrential equ. using collocation method?
problem comes from
"Numerical solution of fractional integro-differential , equations by collocation method , E.A. Rawashdeh, Department of Mathematics, Yarmouk University, Irbid 21110, Jordan"
...
0
votes
0answers
67 views
How can I use rationalized haar functions to solve differential equations?
How can I use rationalized haar functions to solve differential equations?
I do not have any idea what are haar functions and how to use them please help!
1
vote
0answers
104 views
How to derive to inverse z transform of $\sqrt{\frac{1-a^2}{1-\frac{a}{z}}}$ from Laguerre differential equation?
How can I derive the inverse z-transform of:
$$\sqrt{\frac{1-a^2}{1-\frac{a}{z}}}$$
If Maple is not the way, how to derive manually?
With Maple code I encounter some problems
...
0
votes
0answers
116 views
How to make plot of non linear equation with Maple?
I have differential equation : $x"=r*(y')^2-g/r^2$, and $y"=-2*y'*x'/r$, by $r$ and $g$ are constant.
How to make plot of this non linear equation with Maple?
2
votes
1answer
829 views
A series solution of the differential equation: $\frac{d^2u(x)}{dx^2}+ u(x)^n = 0.$
Consider the differential equation
$\frac{d^2u(x)}{dx^2}+ u(x)^n = 0.$
Let the solution be
$u(x) = u_0(x) + p u_1(x) + p^2u_2(x) + \cdots +p^m u_m(x).$
Now we are interested in substituting the ...
0
votes
1answer
924 views
System of differential equations in Maple
I have problems entering a system of differential equations to Maple 13. Equations are:
$x' = -4x + 2y$
$y' = 5x - 4y$
Solve for $x = 0, y = 0$
Thank you in advance
1
vote
1answer
124 views
Differential equation problem in Maple
I have differential equation $x\cdot\sqrt{4+y^2}\,dx + y\cdot\sqrt{1+x^2}\,dy = 0$, which is simple to solve on paper, but I have problem solving it with Maple (I use 10th, tried on 14th also). When ...