MaplePrimes Questions

I have two transfer functions,tf1,tf2, which describing two linear systems respectively.

tf1:=TransferFunction(sys1),tf2:=TransferFunction(sys2)

Sometimes, the transfer function is very complex which contains so many symbols, and retyping them manually is very time consuming.

Now, I want to connect them in series,namely,tf3:=tf1*tf2, of course, I can extract them respectively,that is,

a:=tf1:-tf[1,1],b=tf2:-tf[1,1],then multiply a and b,c:=a*b,and...

Hey there,
i have a table of points that describe a rectangular function and i am trying to calculate the middle of the maximum or minimum (depending on the function) of this datacloud. my first attempt was to spline the data and then use the minimize command, however, i am not sure if the minimize command gives me the right result because it depends on my interval length. the second attempt was to calculate the derivative of the spline. but how do i get then the exact middlepoint?...

i am trying model my one of the problems.

i am the beginner to maple software so sometimes it become hard to do simple tasks here i have the problem

i want ot multiply u(x,y) with B where B is a 3*3 matrix but i get the answer zero,

as we all know that it will be point wise multiplication.

kindly help me how to do it.

i will be thankful if somone can give me the email for future correspondence and help.

 

Problem of integer optimization

35*x+40*y+50*z -> min

.4*x+.5*y+.8*z >= 2

x,y,z are positive integers

 

When i call

> LPSolve(35*x+40*y+50*z, {x >= 0, y >= 0, z >= 0, .4*x+.5*y+.8*z >= 2}, assume = integer);
                        [135, [x = 1, y = 0, z = 2]] -- right solution

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.

First 1949 1950 1951 1952 1953 1954 1955 Last Page 1951 of 2431