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...
Its on CVS, http://cvs.sourceforge.net/viewcvs.py/jsci/jsci/classes/JSci/mathml/MathMLDocumentImpl.java?rev=1.5&view=auto but i'll send you a new jar as well. ...
I got it. Mark. Now I can continue on my project. If any problems , I will let you know. Thanks again for your wondful work. You saved us a lot. Jarry ... ...
I got it. Mark. Now I can continue on my project. If any problems , I will let you know. Thanks again for your wondful work. You saved us a lot. Jarry ... ...
Mark, I got a new question. If I pass number to java file and use evaluate(), I can get correct result. But If I parse variable (ci) to java file and use...
That was so easy and it works. I should not spent 3 hours on it. Thanks so much. ... __________________________________________________ Do You Yahoo!? Tired...
Hi, The main change in this release is that the matrix and vector classes have been moved to seperate sub-packages. The package names of these classes have...
Firstly, I am very sorry for the trouble to all of you! I am a postgraduate in Sichuan university in China. Recently I am studing on java wavelet transform...