MaplePrimes Questions

question1.3.mwI define a system differential equation, deq:=[equ1,equ2], and specifed input variable and output variable, then use command sys:=DiffEquation(deq,[A[ss]],T[m]).

Note that output variable T[m] is a delay function, T[m]=T[w](t-t[d]), where T[m] contained in equ2, and deq do not contains T[m].

When I add the delay condition T[m]=T[w](t-t[d]) to deq, and run the commands, then maple ruturns an warning:

I apologize for revisiting this question many months later. What I meant with the example was not diagonalizing but congruence. For a field that is not characteristic 2, a symmetric matrix is congruent to a diagonal matrix.

with(LinearAlgebra[Modular]);

A:=Matrix([[2,2,2],[2,0,1],[2,1,0]]);

C:=Matrix([[1,0,0],[2,1,0],[1,1,1]]);

CC:=Transpose(3,C);

C.A.CC mod 3;

The output is Diag(2,1,0)

The invariant in this case is 2...

example.3.mwsometimes, the system differential equations contain many parameters, such as K[t],K[a],L[a],R[a],etc.

Now, we input these differential equations to maple,namely,deq:=[...,...,...,...], of course, this input procedure consume much time.

Using sys:=DiffEquation(deq,[inputvariables],[outputvariables]) and tf:=TransferFunction(sys) yield the system transfer function.

Come under analysis, I find that a parameter, L[a...

I am using MapleNet14 on Mac OS X Server 10.6.4. 

 

I tried to draw 3D plot by the use of MapleNet's Image Generation.

But the following URL that is sample code from document does not 

produce 3D plot.

http://localhost:8080/maplenet/imaging/image?maple=plot3d(x^2%2By^2,x=-1..1,y=-1..1)&width=400&height=400

 

Error messages are

  MapleNet JSP Error

  com.sun.opengl.impl.macosx.CGL.createPBuffer...

I'm in the process of reviewing Calculus for self-learning--I'm not in a class room but learning/re-learning on my own.  Would the Calculus Bundle be sufficient for that purpose?  Does it contain enough supporting information to permit self-learning?  Would steps be shown for equation solutions?



I want to find (-8sqrt(2)-8sqrt(2)i)^(1/4),

I solve it and I got this answers in polar form. (4,5PI/16) (4,13Pi/16) (4,21Pi/16) and (4,29Pi/16)

I tried this in maple, but it didn´t work. z:=((-8*sqrt(2)-8*sqrt(2)*I))^(1/4) ; ec:=convert(z,'RootOf'); allvalues(ec);

 

Thanks.

(i^1)*(i^2)*(i^3)....*(i^2010)=

 

Thanks

Hello,

I have some problems with pointplot3d command. This text worked in Maple 12 but it doesn't work now...

I have got this "Error, (in plots/tolist) points are not in the correct format".

My text:

restart:
with(plots):
with(student):
file := fopen(`C:\\Users\\Kate\\Documents\\ChSU\\New Project Mobile\\Inverted-L antenna\\ILA 900 MHz Analysis\\ILA 900 MHz.txt`,READ):
Data := readdata(file,7):
Data :=convert(Data,array):
N := 30603/3:

How to find all root of this equation with plot function in maple software? h*BesselJ(0,x)=x*BesselJ(1,x) ; h=constant , x=variable

Is there a way to insert a table of content with the headers of the sections at the beginning of the document? (like in MS Word)

If I click on the link, maple should jump to the section.

It should be updated, if I create a new section or change the header.

This is the continuation of the question . We have a convex polygon with 9 (a natural number n>3)  vertixes  such that every its point, which is not a vertex, does not belong to three diagonals of that polygon. The question is:
how to count  the number of the sets of the polygon partition by its diagonals?
I have in mind a Maple procedure, not the formula. The answer is 154.

I just purchased maple 14 for school. I am hoping it will help me understand how to do some calculus problems. My question is, how do I get it to work out all the steps in a problem???

I can enter an antiderivative problem and it will give me an answer to the problem, but not all the steps to answer the problem.

Thank you

how to use delta operators OR basic  finite difference methods in Maple?

Please guide me

 

Δ2 f(x) where f(x) = x, h=1

Hi,

I am a student brand new to Maple.

How can I add a newline in a Maple Input block in Document mode?

Whenever I hit Enter, the code I've typed up to that point - which may be incomplete - is executed. Or, I may need to add a line to some code given to me, but pressing ENTER tries to execute it. (And where in the help system could I find something like that? I looked, but couldn't find it).

Thanks

First 1952 1953 1954 1955 1956 1957 1958 Last Page 1954 of 2434