Fragipani

17 Reputation

2 Badges

15 years, 162 days

MaplePrimes Activity


These are questions asked by Fragipani

I have something like this:

months := Vector([1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]);
values:= Vector([45, 48, 53, 46, 41, 38, 35, 44, 50, 53, 55, 59]);
knots := ScatterPlot(months, values, style = point, symbol = asterisk, color = blue);
R:= LeastSquares(months, values, x);
curve1 := plot(R, x = 0 .. 12, y = 0 .. 70);
plots[display](knots, curve1);

 

R becomes

(459 / 11)  +  (243 / 286) * x
 

Hello, I've already posted a similar Problem, but didn't get any answers. Now I think I got the solution, but now there pops up another problem.

I try to run the openMaple sample java code from the samples folder in Maple. I'm running Windows 7 with Maple 13.

When I run test.java, a Popup appears with:

"Error launching OpenMaple splash screen"

with an OK button.

After this, a Popup appears with

"Fatal Error, unable to open C:\Program Files\ Maple 13\bin.win\libgmp-3.dll. This library is required for Maple to run."

Hi,

i got some problems trying to run the example test.java. I have Maple 13 on a ubuntu machine.

for your info:

$MAPLE=/home/thomas/maple13
$LD_LIBRARY_PATH=/home/thomas/maple13/bin.IBM_INTEL_LINUX


Now the problem:

Compiling the java file works, but when I try

java -classpath "$MAPLE/java/externalcall.jar:$MAPLE/java/jopenmaple.jar:." test

this exception appears:

Error loading libraries: java.lang.UnsatisfiedLinkError: no jopenmaple in java.library.path
 

Page 1 of 1