Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

I'd like to have better control over formatting. It seems that Maple will put one image next to another but will only allow 1 line of text next to the images. Is there advanced formating control available?

~Rich~

Hallo to everybody I have some problem with the partial derivation of a matrix... I want to derive all the term of a matrix for "x". The matrix contains symbolic variable that are functions of x,y,t.  How can I do that? I attach to you my sheet,I hope that you can help me

thanks a  lot

alberto

 

 

How do i get 20th iteration for following fixed pt problem

x = exp(-x/2)

Please help.

 

hello..

everybody who read this message, please help me..

i really need your help..

i am given an assignment about heat equation and i need to solve it by using Maple.

i know nothing about Maple even never use it before.

this is the question:

Consider the heat equation ut(x,t)=0.2uxx(x,t) with the following boundary and initial condition:

u(0,t)=u(1,t)=0, t beetween 0 and 0.1

u(x,0)=100sin(pi*x), 0<x<1 take h=0.1 and k=0.01

Hi all,

I am looking for toolboxes that can handle simulation and solution of
SED with jumps, say levy processes, jump diffusion processes, etc.
Could anybody give me some pointers to really good ones in Maple and
Matlab? I did google search myself and have some findings... however I
would like to know some really good ones and popular ones so I can
discuss with fellow users more conveniently...

Thanks!

HI2all! I use c++ builder 5.0 to create interface for maple code.At first I tried to start example from openmaple help topics. I have copied example and have inserted it to console wizard of c++ builder. Copy header files to work directory... At first i received(for strings of .h files: INTEGER64 int64;): [C++ Error] mpltable.h(239): E2176 Too many types in declaration [C++ Error] mplshlib.h(148): E2176 Too many types in declaration [C++ Error] mplshlib.h(210): E2176 Too many types in declaration [C++ Error] maplec.h(266): E2176 Too many types in declaration

I am having problems using implicitplot.  I run this code and it worked and today I tried it again and it gives me the following:

with(plots,implicitplot);

implicitplot(0=int(erf(  (T-e*t)/sqrt(2)  )*t^2*exp(-t/2),t=0..infinity),e=0..1,T=0..10);

Error, (in plots/implicitplot) invalid input: the following extra unknowns were found in the input expression: {t}

The weird thing is that this worked before (took about 10min though) and now it isn't.  Any suggestions?

Thanks

 

Hey

How would i go about modelling the Least Square Fitting Approach in maple?

I am concentrating on a 3x3 to a 5x5 grid rather than infinate.

the formula is

y = C  + Dt

I know the least fitting approach then goes into inversiting the matrix, or something, but i dont understand the math model which is why i want to model it in Maple.

Thanks for any help

To Maplet Experts:
There is dearth of work  on ComboBox, a maplet element.  How does one access an item in a ComboBox.  How does one know which item in the itemlist is selected.  How does one pass selected item as an argument in a function,
I will appreciate any respond to these questions. 
Pat Velez
 

consider the system

2x1 + x2     = 1

 x1 + 4x2 + x3 = -1

           x2 + 2x3=3

Find x using the Jacobi iterative scheme with x= (0,0,0)

Dear all,

I would like to solve the following equation (linearized Poisson-Boltzmann in 2D) in Maple:

diff(u(x,y),x,x)+diff(u(x,y),y,y)-k^2*u(x,y)=0;

subject to the boundary condition:

u(x,a*cos(bx))=0 and  u(x,y)|y->infinity=0

(a,b and k are parameters)

I succeed to get the solution with pdsolve, my problem is how to solve the boundary condition problem.

Thanks!





 

A link to a Maple10 worksheet is attached below.  The worksheet has the command lines but has not been executed so it size came under the limit for uploading.  The worksheet is an effort to animate the radius vector to a spacecurve complete with the tangent vector and associated normal and binormal vectors.  Early in the worksheet we suceed in animating the radius vector and the spacecurve.  This success was achieved with some pain.  For instance errors with the plot structures na ddisplay command would not work unless the whole sheet was executed - if, after this,

The code generates lines parallel to the opposite side of a given triangle. How can I control the animation to stop at x=10 or not to go outside the triangle.

Hi, Does anyone know a way to modify the number of rows and columns in a spreadsheet in Maple? For example, if I wanted a 500 by 2 spreadsheet, how would I go about getting it? Right now, the spreadsheet maxes out at 100 rows. Thanks in advance for your help. -Evan
First 257 258 259 260 261 262 263 Last Page 259 of 2097