MaplePrimes Questions

Hi everyone,

Here is the code:

Ralpha:=sqrt(d)*IdentityMatrix(2):

alpha:=Array([WienerProcess(Ralpha),WienerProcess(Ralpha),WienerProcess(Ralpha),WienerProcess(Ralpha)]):

alpha1:=k->Vector[column]([[alpha[1](k)[1]],[alpha[1](k)[2]],[alpha[2](k)[1]],[alpha[2](k)[2]],[alpha[3](k)[1]],[alpha[3](k)[2]],[alpha[4](k)[1]],[alpha[4](k)[2]]]):

Finance[ExpectedValue](alpha1(0)[1]*alpha1(0)[1],timesteps=100,replications=10^4);

----> 

I have a rather large multivatiate polynomial "Dtest"  I need to divie it by a cubic poly "DGm" using rem and quo. Both are determinants multiplied out,  both given below. Have spent the past 2 nights trying to sort, collect, expand, equate coefficients plex groebner etc. Am trying to collect up all the powers of c3 but cant anything to work. even expand doesn't fully expand "Dtest". If I set c1 and c2 to 1 things are...

Hi guys

Is there any build-in function which converts [[x>5, x<10], [x < 0]] to "x>5 and x<10 or x<0"? I've written my own function, but I want something build-in.

Thanks :)

Hi everyone,

 

Working on my project, I have this error "Error, (in VectorCalculus:--) too many levels of recursion".

The project is about filetring a stochastic process.

 

When I want to calculate one of the integrals, I have that error.

Here is the code:

 

Rxi:=sqrt(d)*IdentityMatrix(4):
xi:=WienerProcess(Rxi);
Reta:=sqrt(d)*IdentityMatrix(2):
eta:=Array([WienerProcess(Reta...

Hi, I am trying to solve the following differential systems using dsolve numeric but there is something wrong with my code.

I am fairly new to Maple and cant work out why it is telling me that it doesnt work. COuld somebody help me?

 

DifferentialSystem := {diff(r(t),t$2)-r*(diff(theta(t),t)^2=-1000/r^2 ,
                            r(diff(theta(t),t$2)+2(diff(r(t),t)*(diff(theta(t),t)=0,
                            r(0)=sqrt(65), theta(0)=1.446...

I have to solve a linear system

in Maple. A is a tridiagonal matrix.

My problem is that my matrix A is big and therefore, I have to wait too long. Is there some function in Maple that can help this problem?

Hi

So the question is to find complex number W from :

.

but I want the answer in polar form using e (Euler's number).

The question is specific to ask for the complex number W that lying in the first quadrant and having the largest possible real part. I calculated and got :

Hi. I have a question that concerns indices of vector of functions within for-loop.

I have a following piece of code:

Check the correctness of the solution by substituting for all found roots.

This are my found roots:

a:=12+10x^4+7x^3-89x^2+65x

and i found my roots (e.g);

b:= -3.5666666666,1.238969999,5.7777777,8888888888

 

First,a Maple file is exported as the html file,but it took too much time to load the applet(com.maplesoft.applets.MathMLViewer)to display the mathematical symbols,such as the symbols of integral and differential,as shown in Figs.1 and 2.How to accelerate
loading rate of Java applet?
Second,the problem will occur in the browsers of IE and firefox that the equation is incomplete display as shown in Figs3.Is there a method can handle the problem?
The last,using the...

Hi,

 

I am trying to plot in Maple 16 (just installed) and I am getting text output. Maple 15 worked just fine.

Anyone have ideas?

 

Regards.

 

> plot3d(x^2-y^2, x = -2 .. 2, y = -2 .. 2);
%;

                                  ...

Hi all, I am a teacher of middle/high school math. I have found that when I use the solve function on:

x/3=(x+0.2)/15+1.5

I get 5.674999999

In fact, as I was typing the above equation just now using Maple Math, I noticed it returns:

The Export function in ExcelTools completely overwrites Excel 2010 ".xlsx" files with no errors or messages.  The same command works properly for Excel 2003 ".xls" files.  It looks like a bug to me.

i have a procedure like this

> palindrome:=proc(n)

   option cache;

   uses ST = StringTools;

   if length(n) :: even or odd

   and modp(n,11) <> 0 then

   return false;

   else

   return ST :- IsPalindrome(convert(n,'string'));

   end if;

   end proc;

> palindrome("mom");

   error, (in palindrome...

Hi, 
I'm trying to visualize a 3-Dimensional function, the color being the 4th dimension. All the examples that I have found of the so called plot3d function only involve 2D functions, the third dimension really being the return value of the function. I need more: I have a 3D function which takes in (x,y,z) if you like, and outputs one number. I'd like to visualize this function in maple. 

 

Thanks, 
~Austen 

First 1744 1745 1746 1747 1748 1749 1750 Last Page 1746 of 2428