MaplePrimes Questions

I want to sovle two equations given as a function
G1 and G2
G1 is defined as
function y = G1(x)
y = (2*x*log(2*x)+(1-x)*log(1-x))+(.0009*x*(1-x));
G2 is Defined as

function y = G2(x)
y = x*log(x)+(1-x)*log(1-x);


when I solve the wquations using code
syms x1;
syms x2;
ans=solve(((G1(x2))-(G2(x1))/(x2-x1))-diff((G1(x1)),x1),((G1(x2))-(G2(x1))/(x2-x1))-diff((G2(x2)),x2),X1,X2);
following error occur


??? Error using ==> sym.solve at 73

I ran the 16.02a updates but the "About Maple" dialog still shows 16.02 build 788210. Is this right or should it show 16.02a with a new build number?  Not sure if Maple was updated.

I have a large sheet containing about three proc(). Four symbolic matrices of though small order but with complex values are being imported. There are also some other statements other than mentioned above. I have writing them in text mode.

What could be the possible reasons for connnection lost with maple though I have 4 GB of ram.

 

Thankyou!!!

How do I plot 3D cylinder with following constraints: radius from 0..1, and theta 0..2*pi with a volume of pi/2. I keep getting error messages for all attempts. Please advise. Thanks Charles

I want to make tridaigonal matrix like this for n x m order

[3  2  0  0  0  0]

[1  3  1  0  0  0]

[0  1  3  1  0  0]

[0  0  1  3  1  0]

[0  0  0  1  3  1]

[0  0  0  0  2  3]

please help me how to write it in maple

Hello!!

 

I have modeled a 3DOF manipulator with crank-arm type actuators in maplesim!!!

It simulates the model... but when I "Create Attachement>Equations" and when I click on "load selected subsystem"... it starts evaluating but never gives me equation... I have waited for almost 2 hours but no luck!!!!

Any idea what should I do to get equations for this model??? 

 

P.s. I have attached the moel!!!

I have a PWM signal in MapleSim and want to have a spectrum analysis of it. The time domain signal should be transfomed into a frequency domain signal, to get the harmonics of this signal.

My first intention was to bring the MapleSim signal to Maple (Attachment->Worksheet->LinkModel->Simulate). Then I had a 2x1000 Matrix which i want to transform with a FFT. My problem is that it doesn´t work. How can I get a spectrum plot of this Matrix or function?

I am wondering if there is a way to create a pdf from a Maple worksheet that has an animation, or in the case of Maple 17, a video, that allows the viewer of the pdf to play the animation/video.

Thanks!

Hi all,

I have 3 numerical methods s1, s2 and s3 for solving the linear system Ax=b ,

and I have the maple script (program) for each one of the methods. BUT I want to collect all of them in one program only such that the user(person) can select (choose) one of them,

How can I do this?

Thanks

So I am doing a project for my stat class and I'm using maple to generate the simulation of russian roulette. What I want to do is have X1 through Xn trials, and within each trial I would like to simulat a round of russian roulette where the round ends upon the gun firing. Then I want to take how many times the trigger was pulled in each trial and make a n by 1 matrix where the column is the amount of times the trigger was pulled in each round, and the rows being the specified...

How do I define an algebra in Maple?

Say for example Quaternions:

i^2=j^2=k^2=i*j*k=-1

Thx

I'm using Maple 16 on Mac mountain lion.

Trying to export a densityplot animation with 150 frames, but when I export as a gif the file it creates is empty.

Any idea why this is happening or how to fix it?

Thanks 

I want to simplify (x+1)/sqrt(2*x+2) into sqrt((x+1)/2). Is there a way to do this?

I like to use Maple as an informal  text editor for math correspondence. (I do not use Tex and am firmly committed to not learning Tex. Principled laziness.) I usually insert a Document block in a new worksheet, type my letter utilizing all the wonderful automatic formatting-powers, symbols, integrals, etc. easily available in Maple and then print the resulting document as a pdf and email it. It is much more readable for me and for the person receiving the document.

In a worksheet how can one see all of the page breaks.  I want to be able to size plots to minimize white space.

First 1631 1632 1633 1634 1635 1636 1637 Last Page 1633 of 2458