Using Maple lib's in Java

I have a task to write program on Java, which will model some process. So, i need tools to solve differential equations. Can I use maple lib's to do it, or I should search another way?

Scott03's picture

Possible Solution

By using the OpenMaple procedure (there is an example program in the \Samples\OpenMaple\Java folder in the Maple installation) that should allow you to call the dsolve routine.  This option requires a copy of Maple to be installed and activated on the machine that you are running.  Therefore if you wish to run this on another machine without Maple, it will fail.

 

Scott

Thank you. Now, I have

Thank you. Now, I have another questions. Where can I find some docs about OpenMaple and can I use OpenMaple procedures without installation and activation Maple? If it is called "Open", may be it is "opensource"?

Open

My guess is that it is meant as in Open system

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
}