Maple Questions and Posts

These are Posts and Questions associated with the product, Maple
<p>Hi,</p>
<p>I'm a new Maple user. I'm trying to do something like this:</p>
<p><img src="file:///C:/DOCUME~1/mike/LOCALS~1/Temp/moz-screenshot.jpg" alt="" /><img src="file:///C:/DOCUME~1/mike/LOCALS~1/Temp/moz-screenshot-1.jpg" alt="" /><img src="file:///C:/DOCUME~1/mike/LOCALS~1/Temp/moz-screenshot-2.jpg" alt="" /><img src="file:///C:/DOCUME~1/mike/LOCALS~1/Temp/moz-screenshot-3.jpg" alt="" /><img src="file:///C:/DOCUME~1/mike/LOCALS~1/Temp/moz-screenshot-4.jpg" alt="" />assume(n,'integer'):series(x^n*exp(x),x);</p>

 

I am posting it again. I need the plot of W(i+1/2)=1/2*(W(i)+W(i+1))+1/2*sqrt(sagma*t)*g(i)    where g(i) is an independent N(0,1) sample. Please some one help. i have attached a file of the plot which I need.

Download 10597_10597_Brwonian Motion.doc
View file details

 

cheers

zhkhan

How to write expression with customized physical units in maple 12.

For example I want to how write the volume units in microliters.

Thanks

V

Hello,

I am trying this evalm example (from the help page of evalm, Maple 12):

restart;

alias(Id = `&*`());

# Simplification of matrix operations

evalm((`&*`(`&*`(A, B), 2))*B-`&*`(B, Id));

 

Error, (in evalm/amperstar) &* is reserved for matrix multiplication

A and B are not defined as Matrix in the help page. Is it the problem?

 

 

So given characteristic polynomial of a 2X2 Matrix of char (A,x) = (x-1) how do I find all possibilities for the Jordan and rational canonical forms?

Thank you!

Hi to all

I want to convert a maple file to Latex. How it sholud be done. Any one can help me.

Thanks

Hi Maple experts,

hi, I have 12 equations that I want to solve, when I try to solve them using maple 12 it gives me nothing just empty [ ]  but when I remove an equation from them, maple solved the other 11 equations !!

but i want to solve the 12 equations together.  the equations are :-

exp(-z[1][1]/t[1])*(sum(p[2][j]*exp(-z[2][j]/t[j]), j = 1 .. 3))*(sum(p[3][j]*exp(-z[3][j]/t[j]), j = 1 .. 3)) = t[1](1-w)/(p[1][1]*w),

is it imaginary:

 

evalf((-1)^(1/3))

Dear Experts, I have created the tabel B[n,m] with an high amount of values (n=1000,m=1000). Now I saw that I need a matrix for my further proceeding. But just running the thing again with declaring B as a matrix would take too much time. So my question: Is it possible to convert the table B afterwards into a Matrix B?

I'm trying to plot and need to use implicit plot to graph 3x^2+2xy+y^2=4 on the interval [-5,5].  Any help would be appreciated.

 

How do get the range and domain of an equation for function.  x^2-1/x+1 = 0    or for f(x) = sqrt 144-x^2

 

Hi everyone,

I recently started to use maple and some problem arised that I can't figure out what to do.

My first problem was to multiply 2 Matrixes with GF elements, but I successfully overcame that problem by creating my own procedure to multiply matrixes, so no problem there.

In my 3 D histogram the colums have a 1*1 base, so normally they would be labeled 1,2,3,4,5 on the x and the y axes but instead of this I want to label them 0.25,.05,0.75,1,1.25,1.5 and so on.......... Is there a way to do it?
Hi experts, I created a 3D histogram with(plots); with(LinearAlgebra); A := [[2],[3],[3],[4]]; matrixplot(A, heights = histogram, labels = [c1, c2, ExpectedProfit], tickmarks = [spacing(2), [seq(i, i = 0 .. 8, 3)], default], axes = normal) Now I want to assign a colour to each column. When the value is 2 of the Matrix it should be red for example, when it is 3 for example yellow and so on. Later Later I want to expand it to a Matrix with B[n,m]n=10 values... Thanks alot in advance for your help!
First 1875 1876 1877 1878 1879 1880 1881 Last Page 1877 of 2152