Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

I am tring to solve a PDE system with four equations that its unknowns have three independent variable.

Is it possible to solve this system numerically?

I currently need to cut a sphere into equal parts becuase I am carrying out an investigation for a school assignment. However, I do not know how I can cut the sphere into pieces in Maple, which I have been told it needs to be done through code. I will need to know how I can cut it so I can carry out my investigation by cutting it into different number of pieces. For example, cutting a sphere into half, so one piece would be a hemisphere.

 

Also, I will...

I saw a fun blog post today from someone who plotted the Batman symbol within Maple. Enjoy!

 

All 19 chapters updated Mapler in elementary mathematics will be posted on this site:
http://webmath.exponenta.ru/bsd/mapler_01.html
...
http://webmath.exponenta.ru/bsd/mapler_19.html
Russian teachers have met the workshop with enthusiasm. Even during the holidays.
For me, the enthusiasm - it's thousands of visitors.

Since the collection began

 

Please see the solution output in blue color, there are 7 answers seperated by commas

Can you please help me:

1 - What "0.0000591392596494206" stands for?

2 - What "the matrix 4 rows by 1 column" stands for?

and

3 - What "460" stands for?

 

http://www...

I'm looking for information on the x3d format, with a view to converting x3d to 3d-pdf.

  1. x3d formats are available from standard gui by right-clicking to "export".  How can you use plotsetup to access the "Extensible 3D" format with a line of code?
  2. what x3d viewer do you recommend?
  3. do you have any tips on converting x3d to pdf?

Let me elaborate to provide context to my questions. In a previous post (

HI,

 

I am trying to solve for fourier coefficients but can't figure out the error in the code. Need help to debug the code.

Also if possible how to find the harmonics in the curve defined in the code.

following is the website from where i got this code

http://www.mapleprimes.com/questions/121551-Fourier-Serie-And-Discrete-Fourier-Transform

fouriercoefficient_h.mw

Here is a simple version of the code:

restart;
plots[textplot]([4,2,q[n]]);
plotsetup(gif,plotoutput=`p.gif`);
plots[textplot]([4,2,q[n]]);
plotsetup(default);

I am trying to write a quaternion package, I also want it to be able to multiply quaternion polynomials where the unknown "x" remains on the right of the coefficient. the I,J,K rules are standard quaternion rules.

define(M, 'flat', 'multilinear', 'identity' = 1,
M(I,I)=-1, M(J,J)=-1, M(K,K)=-1, M(I,J)=K, M(J,I)=-K, M(J,K)=I, M(K,J)=-I, M(I,K)=-J, M(K,I)=J,
M(a::anything,b::anything*x)=M(a,b)*x,
M(a::anything*x,b::anything)=M(a,b)*x,...

Hi everyone,

 Is there any possibility to add two plots together and have the wave shape which will be combination of the two.

 

Equation for two plots is attached.     help.mw

 

Thanks in advance

 

Dear Maple Users

I am looking for specific answer, please see the following code,

by trial and error I estimated proper values for 4 parameters, and corresponding equations become close to zero.

However I need to make it automatically via maple, what can I do?

If I give ranges for parameters, there is no answer existed.

Thank you.

you can download worksheet from the below:

hi

 

i write following code that solve ordinary differential equation. but its not good enough. because when in loop it want to integrate equation it takes too long for many problems. i wants you to help me to solve this problem. i think maybe its better to solve with numerical but i cant. its really important for me and thancks for your help. I bold that section.

restart:
equ:=diff(u[i](x),x$3)+(1/2)*diff(u[i](x),x$2)*u[i](x)+(2*m1/(m1+1))*(1-diff(u[i](x),x$1)^2):

Hello, I need some help on how to solve this eq: diff(y(x),x,x)-y^2=0; y(0)=100,y(2)=1 When I tried to do this by solve command, I get a blank list. I really need help on this. thanks a lot

I wrote a quaternion package, defined my own `*` and etc.

now I multiply two matrices using MatrixMatrixMultiply.

and I obtain something like this, notice it's not simplified, with terms like (2+K)(4+I):

however, if i simply highlight what's shown above(the output) and copy and paste it and then press enter, i get a simplified version (it still doesn't simplify `^` but that can wait)

HI,

I am struggling with simple multiplication shown in the attached file:

Is there any specific multiplication command I should use. 

Pls guide me in respect of how to make plot after multiplying A and B

Thanks in advance

 

Ali

question.mw

 

First 1668 1669 1670 1671 1672 1673 1674 Last Page 1670 of 2219