MaplePrimes Questions

Thanks to everyone who helped me with the last question. Unfortunately its a double integral, so its even more complicated than I think the program can handle. I tried to approximate the function with mtalyor

 

l := sqrt(1+cos(x)*cos(y)*cos(x+y));

 

however when I plot this function as for example:

 

w = mtaylor(l, [x, y], 5)

 

this function gets worse and worse, it gets flatter, and flatter,...

Whenever I have 2 instances of the rotational move block in a model, mserver.exe crashes when I try to run the simulation. Why is this?

How do you plot just the x-axis, as in number line system only?

I was trying to evaluate a difficult integral on maple analiticaly but after about 5 minutes its output is the integral itself. Something like a=a; is it timing out? How can I change this to let it run for a longer period of time? Also I doubt that there is an analytic solution, so I tried to do a numerical computation, with the assumption that (a>0), and it gave the following output:

 

 

Also the original expression that Im trying to integrate...

Are there a way to this in calculate this in Maple?

I have a system of linear equations, with two equations:

 

x[1]+x[2]+2*x[3] = -5

x[1]+x[2]-2*x[3] = 3

 

a) Find one solution to this nonhomogeneous equationsystem? The answer need to be in vector form.

b) Find the "complete" solution to the homogeneous equationsystem? The answer need to be in para mite based vector form.

What's the API for the MapleCloud?

Would it be possible to upload/download/otherwise-talk to the MapleCloud without using the Standard GUI's palette? If so, how? In particular, could it be done using the Sockets package?

How do I find find an invertible matrix P and the diagonal matrix D such that A=PDP. Are there a Maple command that can do that. I need it to an Maple T.A. exam.

A= 

(−3 0 6)
(0 -3 −6)
(0 0 3) 

hi, i would like to know if the classic interfase of maple 12 or higher would work

reasonably well with the 1.4GHz Intel Core 2 Solo SU3500 processor, 2GB of RAM.

if not, what would be the minimum requierments in terms of processor.

thanks,

santiago

I want to define the inertia matrix of a body within a subsystem as a subsystem parameter. I can define constants (like mass), but I cant define the 3x3 inertia matrix. It looks like MapleSim returns a dimensional error when I try to simulate the model. How can I assign the inertia of the rigid body to a parameter?

I am trying to create a Simulink component block from a MapleSim subsystem. I have one input to the subsystem, and the Specified Inputs and Outputs section of the MapleSim Connector worksheet also shows that the subsystem has one input. However, When I export the model to Simulink, there is no input port, just one output. How can I fix this?

As an example, how can I overlap the timing of these two pointplots in the same plot?

with(plots);
a := animate(pointplot, [[[3, 2], [2, 5], [5, 2], [5, 5]], transparency = A], A = 0 .. 1);
b := animate(pointplot, [[[2, 2], [4, 5], [3, 2], [3, 3]], transparency = A], A = 0 .. 1);
display(a, b, insequence = true, view = [0 .. 10, 0 .. 10]);

I want the second plot to appear 2 seconds later as the first plot is still fading away. 

 

Hi,

I wish to declare the diffusion coefficient in the Fick's diffusion law as constant and solve numerically.How do I declare constants for a pd to use in pdsolve?I also have some constants in my boundary conditions.

diff(f(x, t), t) =D*(diff(f(x, t), x, x))

is the PD and,

Dear Friends,

anyone outside here can help me in making this Mathematica function into a Maple fn?

Hello

I have a matrix consisting of 4 variables. I want to define the values of these. Example:

A:=Matrix(2,2,[a,b,c,d]);

I am looking for an easy way to put a=0, b=0, c=0 and d=0. If I just use

A:=Matrix(2,2,0);

the variables are replaced by zeros, and not assigned zeroes as values. I know I can do it manually (by a:=0 etc.). Is there an easier way?

Morten Rask

can any one tell me what mistake i made, why there are 3 error mesaages: unable to match delimiters. untable to store my data, and independent and dependent data do not match????

First 1983 1984 1985 1986 1987 1988 1989 Last Page 1985 of 2431