Hi All, I have released what will be the last JSci update for this year. The main changes are to the graph classes. The internals of the graph components have...
SymbMath For Java is online symbolic math and computer algebra system, which runs in any computer with Java. http://www.symbMath.com...
drhuangau
drhuangau@...
Dec 25, 2001 12:47 pm
57
hi, are there any final solutions found yet for the problems using the JSci package with JBuilder 5? I'm very new to JAVA and am playing with it at the moment....
ed2000nl
pablito@...
Jan 2, 2002 12:36 am
58
with the JSci118 version I get the GraphDemo running which is good enough for my purposes for now, regards...
ed2000nl
pablito@...
Jan 2, 2002 11:37 am
59
I'm using the inverse method of the ChiSqrDistribution class. However, the result I get does not seem correct, at least when compared to the value calculated...
psummers8
psummers8@...
Jan 15, 2002 9:37 pm
60
Both results are correct in so far as they are inverses of their respective distribution functions: cumulative(inverse(0.4)) gives back 0.4 ...
Hi, As requested by some of you, I've finally added singular value decomposition to JSci. I'm also placing JSci on sourceforge. Note, I shall no longer be...
Hi Mark I checked out the sources from the sourceforge CVS and tried to run the "classes" target from the build.xml file. I get the following errors: ...
I'm afraid you are going to have to sort this out yourself, since I have my hands full working on other parts of JSci. You can always try the source from the...
On Mon, 20 May 2002, anthonyjbarbaro wrote:
> Is the AutoUpdate source available?
> Yep, find it attached.
Mark
import java.io.*; import java.net.*; ...
Mark Hale
m.hale@...
May 20, 2002 1:03 pm
75
Hi, A new release of JSci is ready for download. The big change in this version is that I have replaced all the periodic table classes by XML files (packaged...
Hello, i was wondering if anybody has tried saving the bargraphs/linegraphs/piecharts they created with JSci as an image into a postscript file (for printing)....
Hi, The JSci suite of Java classes looks like something I could find really useful. However I am still a relative beginner with Java and am having trouble...
ros_archer
r.archer@...
Oct 29, 2002 8:46 am
90
Try using the latest Java 1.3, eg 1.3.1, and make sure you have an uptodate Java plugin installed....
Hi, I have just released a new version of JSci. It has been quite some time since the last release, although the Sourceforge CVS has been kept uptodate during...
... True, but I'm not sure exactly how it is implemented in Swing. So, I turn it off and provide my own custom version. Advantage is I can fine-tune it for...
I was wondering if anybody has tried saving the bargraphs/linegraphs/piecharts they created with JSci as an image into a jpg or png file? Thanks again!...
... I think this is possible if you have J2SE 1.4.1 or appropriate 3rd party libraries. You would need to do something like: BufferedImage img = new...
Hi, New version available for download. Here's a list of what's new: - added BarGraph/JBarGraph, rename existing one to LayeredBarGraph - added printing...
Hi- I have been using Jsci for a few months and I was very happy to stumble accross it instead of reinventing the wheel. I'm doing some java & DSP filter...