hi you all, i am new to java and i am working on a wavelet project. i downloaded JSci but each time i try to compile my program i am error messages from the...
thanks it was very helpful. Mark <mj_hale@...> wrote: Hi, You need to make sure you put the JAR files in the classpath, not the directory containing the...
I have version 0.921 and my zoom method is: public void zoom(Point2D.Float p1, Point2D.Float p2) { System.out.println(p1 + "/" + p2); if ( p1.x != p2.x && p1.y...
Hi, This latest release of JSci should fix any outstanding scaling bugs in the graph classes. I have also slightly refactored the graphs to introduce a...
Hi, My name is Cristian Bordeianu and I teach physics in Romania. I have tried to use ContourPlot class of JSci in order to write a CFD program and I have...
Hi, This definitely should be possible. If you are using JSlider, then you probably should be using JContourPlot rather than ContourPlot. When you want to ...
Hi, Thank you for the help. I have succeeded to write a java CFD program using JContourPlot and a JSlider. But if I want to change the aspect of the...
hello to all !!! Excuse my ignorance first!! :( . I am using the JSci.maths.LinearMath.eigenSolveSymmetric() class to calculate the autovalores of a symmetric...
Hi, Yes, they are equivalent. The difference in sign is just due to normalisation, i.e. if v is an eigenvector of norm one, then so is -v, and kv is an...
TI calculators have similar sorting algorithms that are a bit different from other algorithms. but the eigens are equal, just sorted differently. tim ... ...
Hi, all I tried to run a small sample using jsci IO to read MathML. I compile Problem.java through, but when running, I got following exception : Exception in...
I suspect its because your XML is not valid. It is missing a <math> root element. ... JSci.mathml.MathMLDocumentImpl.getDocumentElement(Unknown ... ...
Mark, Thanks for your quick reply. I tried to add <math> tag into the xml file, but still got the same exception. I am not sure if I wrote the right DOCTYPE,...
I really appreciate it and wait for good news from you. ... ____________________________________________________ Yahoo! Sports Rekindle the Rivalries. Sign up...
Hi, Mark Sorry to bother you again. I worked on this issue several hours already, but still have no idea what's wrong with my code. Do you have any examples...
Hi, Mark Sorry to bother you again. I worked on this issue several hours already, but still have no idea what's wrong with my code. Do you have any examples...
... Try building JSci with this file. ... === message truncated === ___________________________________________________________ Yahoo! Messenger - NEW crystal...
Mark, It works! So amazing! By the way, I found you changed a little code in function getDocumnetElement(). Changing return value from (MathMLElement) math...
Mark, New problem comes out in my work. It compiles and executes through, but the result is not correct. The length of pareList is 0. ( Object parseList[] = ...
Excuse txt, on cell fone. Try with a pure mml doc not mixed html ... =?ISO-8859-1?B?TmV3IHByb2JsZW0gY29tZXMgb3V0IGluIG15IHdvcmsuIEl0IGNvbXBpbGVzIGFuZA0=?= ... ...
Mark, I really appreciate your wonderful work and kind help. But I still have questions: 1. Do you mean the method of Element createElementNS(String...