Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

i interpolate a function in some knots by BSplineCurve, the resulting function is parametric.

how i can convert this parametric function to a function?

thanks.

What I'm looking for is a good text for my Embedded Components interactive mathematical designs. I have several books of Maple but speak little of Embedded Components. MapleCloud community hope I post up a book. It is very poor on "The Maple Help System" so I need a good text.

how to use c# check whether maple is installed

Dear all,

I'm a new user of Maple. The pdsolve in Maple is quite an important function for me.

I can see how it works for PDES in the help:

http://www.maplesoft.com/support/help/Maple/view.aspx?path=pdsolve/numeric

However, I'm wondering if I could get the euqations of the discreted PDES forms (equations) rather than just the results, please?

Thanks in advance!

1.

Actually the goal is to output a numeric to c# variable after run a procedure

i use EvalMapleStatement to run the procedure body and then

use another EvalMapleStatement to call this procedure

it do not know the procedure or variable in last EvalMapleStatement

2.

then i think whether i can run it once with one EvalMapleStatment

however i got maple warning about declared local variables to procedure

so, the output...

i copy the example to run in a new project, it can run successfully

however, after copy part of code such as static class MapleEngine into my old console program, it return error unable to find maplec.dll when run at StartMaple

this old project is created with Visual Studio 2008 and migrated to 2010

 

then i do backward, i succeed when i copy old console code to new project which can run maple

this project is newly created in Visual Studio 2010

Hi, I’ve recently begun using Maple 16. I just discovered a problem when trying to open my saved files. I can’t open them directly form the folder where they are saved, I get a Message saying: File XXX.mw could not be found, please select another file. I can accsess the same file through the recent files form within the application.

It is not a shortcut, but the original file I'm trying to open.
If it matters, I'm using windows 8 

I'm looking for any procedure to calculate orthogonal latin squares. I found this:

rOrt := proc (A, B, n)

local freq, i, j;

freq := Array(0 .. n^2-1);

for i to n do

for j to n do

freq[A[i][j]+n*B[i][j]] := 1

end do;

end do;

freq := convert(freq, list);

return numboccur(freq, 1)

end proc:

 

But I don't know what I now have to write to see result, for example for n=3?

Aslam-ul-Alikum I need some help urgently. I want to compare the coefficients of like powers of Y_1*Y_2, please help how i compare it in maple

Find f:\mathbb{R} \to \mathbb{R}, continuous such that

I thought I would generate a fun problem for Maple, and see what coding we could come up with.

You happen to be at work one day and overhear the managers talking about taking sick days away from the employees because everyone is taking their sick time around weekends.  The managers have decided to take one more years worth of data before making their decision. 

So you've decided to build a program in Maple for all the employees to use so that...

Hi, I got a doubtI don’tknow how to make the Runge-Kutta’s and Euler’s method. The Runge-Kutta for thesecond and fourth order. I don’t know how to beginning the algoritms, I needsome help. Thanks.

When I do integration and differentiation, even of the simplest functions, it gives me incorrect answers. What could I have done wrong? Just to mention I recently installed a licensed copy on my computer. 

Hello

 

pl explain me how to find a and b in this eqation

 

a^x + b^y = 1,

 

were a= 5 and b= 8 

 

thanks

First 234 235 236 237 238 239 240 Last Page 236 of 2218