MaplePrimes Questions

Hi all,

How can I plot, say, y1=x+4, 0<x<5 and y2=2x+1, 0<x<10 on the same plot area?

Thank you,

Ozgur

I want to construct a sequence of diffenrential equations with

seq(diff(f[i],x)=k[i]*f[i],i=1..4);

but I get

0 = k[1]*f[1], 0 = k[2]*f[2], 0 = k[3]*f[3], 0 = k[4]*f[4] 

Is there anyone can tell me what I have done wrong? Thanks a ton!! 

This is my situation, please help me.

Cargando  MathematicalFunctions

Cargando  PDEtools

> with(DEtools);
> restart; m[1] := 1; m[2] := 1; l[1] := 1; l[2] := 1; g := 9.8; w := 1; ec1 := (((1/3)*m[1]+m[2]+w)*l[1]^2+((1/3)*m[2]+w)*l[2]^2+(2*((1/2)*m[2]+w))*l[1]*l[2]*cos(beta(t)))*(diff(alpha(t), t, t))+(((1/3)*m[2]+w)*l[2]^2+((1/2)*m[2]+w)*cos(beta(t)))*(diff(beta(t), t, t))-(2*((1/2)*m[2]+w))*l[1]*l[2]*sin(beta(t))*(diff(alpha(t), t))*(diff(beta(t), t))-((1/2)*m[2...

Hi,

How to load Maple-NAG connector to execut this example ?

Is it an additional program to install ?

n := 4:
nnz := 11:
la := 22:
lfill := 1:
dtol := 0:
pstrat := "Nag_SparseNsym_CompletePiv":
milu := "Nag_SparseNsym_UnModFact":
a := Vector[row](la,[1.0,1.0,-1.0,2.0,2.0,3.0,-2.0,1.0,-2.0,1.0,1.0],datatype=float[8]):
irow := Vector[row](22,[1,1,2,2,2,3,3,4,4,4,4],datatype=integer[kernelopts('wordsize')/8]):
icol := Vector[row...

Hello,

 

I was wondering if someone could assist me with the code for listcontplot.

 

I've tried the following:

 

M:=Student[LinearAlgebra]:-RandomMatrix(4,4);

listcontplot(M);

 

But this does not work.  Is there any way to use listcontplot, listcontplot3d, or any other command to generate something similar to what Excel calls a Surface - contourplot?

Thanks.

I see how to get the solutions of the Schroginger eqn

 

I have the function r=sqrt(1+(cos(2*theta)) and theta E [0,pi/2] I need to find the arc length of this function using maple 14

 

so far i have this

with vector (calculus):

ArcLength(sqrt(1+cos(2*theta)), theta=0..pi/2)

I dont know what to do after this

"I" is reserved for square root of -1.  I don't use complex numbers and want to use "I" in my equations.  How do I go about doing this?  I tried to unprotect it with a number of variations of quoting "I".

I'm using document mode with Maple 13 on Apple.

Thanks for your help.

My question is how do i get Maple to simplify every calculation that involves units automatically, right now i have to do this manually for every single one.

For example: This values all come from variables wich have units assigned to them.

Then i hit right click, Units -> Simplify and i get this:

I am using dsolve(..., type = series) to solve differential equations in the form of a power series. I plot these power series with different orders to observe how they converge. I use quite large orders (25 or even 50), and generating these solutions is slow.

I would like to generate power series with order 25, for example, and then truncate it to order 24 directly, instead of having to call dsolve a second time. I was hoping this could be done somehow using convert...

Hi All! I need your help.

I use the Student:-LinearAlgebra:-LynearSystemPlotTutor() and i can print it with:
print(Student:-LinearAlgebra:-LinearSystemPlotTutor);
then i got the: 
module () 
local ModuleApply, LinearSystemPlotMaplet, PlotOptionsWrapper, UpdateDisplay, NewMatrix, the_plot, sysML, helpStr, linSysMaplet, M, axisLengthInfo, axisLabelInfo, axisType, axisScaling, plotOptionsReturn; 
end module

If i would print the local...

If you type 1/1e6; then you get 0.000001000000000.

If you type 1/1e7; you will get

How can i draw SUN AROUND 9 Planets with ANIMATION...how can help me

http://kayzen.az/uploads/images/5/2/5/5/9/c60fc9723b.gif...i want to draw this Picture in maple.how can help me or give an idea...

Hello,

I'm under pressure to complete the following plot for a Masters project. I just can't seem to find where the errors are. I'd be very grateful if anyone can help.

x*,y*,zare independent variables 

r*(x*,y*,z*):=(x*2+y*2+z*2)0.5:

r(x*,y*,z*,t):=  (r

First 1879 1880 1881 1882 1883 1884 1885 Last Page 1881 of 2430