MaplePrimes Questions

So I'm new to Maple and I have a homework problem that says:

"Write x^3+x^2+x+1 in terms of powers of x-1 using the taylor command."

Honestly I have no idea where to even start, any help would be awesome.

Thanks,

Andrew

Newbie question, please help.  I'm getting a little frustrated with Maple 13; read on-line help but don't seem to find the pattern for my problem.

Symptoms:

Type: exp(-t) + t

Highlight on the expression, right click on Plot. I got a plot.

Type: plot ([exp(-t)+ t, t=-2..2]);

Maple 13 gives me back the expression, but no plot. 

Please help.  Thanks in adance.

 

I stumbled upon some maple:isms when trying to rewrite some rather simple but tedious (and long) expressions in some filter design I'm working on that it is easy enough (but error prone..)  to do by hand.

Let's illustrate with a trivial example. How can I force maple to do roughly the following simplification

I'm using maple 11. I found today a wield thing happened when I assigning values to a list.

When Maple was just started, everything is working well. But after several operations, error messages shown bellow appeared. If restart the Maple, everything went well again.

Hi,

I'm a newbie with Maple 13, Student edition. 

 

Typed:

plot ( [ 1 + sqrt(t)] );

Maple 13 gives me a graph. 

<p>sys := [diff(v(s, n), n)+diff(u(s, n), s)+diff(xi(s, n), s)+A*n*(diff(c(s), s)) = 0, A1*(diff(xi(s, n), n))+diff(v(s, n), s)-c(s)+A2*v(s, n)+A3*c(s) = 0, diff(u(s, n), s)+2*A2*u(s, n) = A2*(xi(s, n)+A*n*c(s))-A1*(diff(xi(s, n), s))-A2*n*c(s)] The dependent variables are v,u and xi and the boundary conditions are: bc := {u(0, n) = 0, v(s, -1) = 0, v(s, 1)} other things: -1<=n<=1. I tried ans := pdsolve(sys, bc, xi(s, n), u(s, n), v(s, n)) i also tried ans := pdsolve(sys, bc) I keep getting error messages about the dependent variables.

I have Maple 13 and am having trouble using multiple cores.... My CPU AMD Phenom x945 has 4 cores....

I generated some code in an attempt to use more than 1 core. However, CPU usage is only at 25%.

N := 6000
M := RandomMatrix(N, generator = -.1 .. .1, density = 0.5e-1)
P := RandomMatrix(N, generator = -.1 .. .1, density = 0.5e-1)
Q := MatrixMatrixMultiply(M, P)
MatrixInverse(Q)
A = M+P

CPU usage is only at 25% suggesting only 1 core is used.

I am trying to solve these equations but I dont know how...

> sys := [diff(v(s, n), n)+diff(u(s, n), s)+diff(xi(s, n), s)+A*n*(diff(c(s), s)) = 0, A1*(diff(xi(s, n), n))+diff(v(s, n), s)-c(s)+A2*v(s, n)+A3*c(s) = 0, diff(u(s, n), s)+2*A2*u(s, n) = A2*(xi(s, n)+A*n*c(s))-A1*(diff(xi(s, n), s))-A2*n*c(s)];

 

print(`output redirected...`); # input placeholder

 

 

 Data:

I was wondering how I can get the equation for Probability Density Function (PDF) for a variable x which follows

a normal distribution with mean 0 and stdev 10 but also has a stop at -10 (ie all x's that are more negative

than -10 becomes -10). I can plot such a function with the below code but I dont know

how to extract the equation for the PDF...humm

 

I'm trying to plot directly the result of a solve, using the following syntax:

plot(solve(diff(E,N)=0,N),Z=0..20);

( E is dependant of Z and N )
 

it works for an equation that has only 1 solution. But, when using an equation with two solutions, it only plot one of the solutions. Of course, it is always the solution I don't want.

I've tried solving this problem by forcing N to be above 0 ( the unwanted, but always plotted solution is negative ):

 

plot(solve({Ep-E=0,N>0},N),Z=0..20);

Dear experts, do you know how I can color and grid the surfaces/sides of the coordinate system when plotting a 3d plot?

Hello,

I am using the LinearAlgebra package, and I am dealing with very big square matrices (almost a hundred rows and columns).  They have a lot of eigenvalues, with high multiplicity.  

I am performing operations on the eigenspaces.  So what I would need is a matrix with as columns a basis with eigenvectors for a very specific eigenvalue.

I can of course use SubMatrix(Eigenvectors[2],....) but that would take ages and Eigenvectors gives the eigenvalues in an ever changing order.

Dear experts, I need to plot a scatterplot: I have a 3*1000 Matrix. Each line gives a x, y and z value of a certain point. Then I want to plot the 1000 point into a 3d scatterplot. Do you have an idea how I could proceed? Thanks a lot!

Hi all,

 

I just recently started using maple to supplement my math work. When I was just trying some random equations and graphing them, I tried to plot some 3D graphs. When I tried a simple equation, x+y from -2..2, I recieved this image. http://picasaweb.google.com/lh/photo/wnW4UIkdJck46smuTAnb4Q?feat=directlink

 

First 2093 2094 2095 2096 2097 2098 2099 Last Page 2095 of 2434