<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://jmathtools.sourceforge.net/lib/styles/feed.css" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://jmathtools.sourceforge.net/feed.php">
        <title>JMathTools</title>
        <description></description>
        <link>http://jmathtools.sourceforge.net/</link>
        <image rdf:resource="http://jmathtools.sourceforge.net/lib/images/favicon.ico" />
       <dc:date>2008-09-05T02:22:48-07:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://jmathtools.sourceforge.net/doku.php?id=sidebar&amp;amp;rev=1192136502&amp;do=diff1192136502"/>
                <rdf:li rdf:resource="http://jmathtools.sourceforge.net/doku.php?id=groovylab&amp;amp;rev=1192046108&amp;do=diff1192046108"/>
                <rdf:li rdf:resource="http://jmathtools.sourceforge.net/doku.php?id=jmathplot:scilab&amp;amp;rev=1189254547&amp;do=diff1189254547"/>
                <rdf:li rdf:resource="http://jmathtools.sourceforge.net/doku.php?id=jmathplot:python&amp;amp;rev=1189254475&amp;do=diff1189254475"/>
                <rdf:li rdf:resource="http://jmathtools.sourceforge.net/doku.php?id=jmathplot:cli&amp;amp;rev=1189254160&amp;do=diff1189254160"/>
                <rdf:li rdf:resource="http://jmathtools.sourceforge.net/doku.php?id=downloads&amp;amp;rev=1189253962&amp;do=diff1189253962"/>
                <rdf:li rdf:resource="http://jmathtools.sourceforge.net/doku.php?id=start&amp;amp;rev=1189026613&amp;do=diff1189026613"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://jmathtools.sourceforge.net/lib/images/favicon.ico">
        <title>JMathTools</title>
        <link>http://jmathtools.sourceforge.net/</link>
        <url>http://jmathtools.sourceforge.net/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://jmathtools.sourceforge.net/doku.php?id=sidebar&amp;amp;rev=1192136502&amp;do=diff1192136502">
        <dc:format>text/html</dc:format>
        <dc:date>2007-10-11T14:01:42-07:00</dc:date>
        <dc:creator>Yann Richet</dc:creator>
        <title>sidebar</title>
        <link>http://jmathtools.sourceforge.net/doku.php?id=sidebar&amp;amp;rev=1192136502&amp;do=diff1192136502</link>
        <description>Home



Downloads 
  Forum 
 

FAQ beginners 
  FAQ computing with Java 
  License 
  Links 


NEW! GroovyLab 


Doxygen documentation

	*  JMathIO
	*  JMathArray
	*  JMathPlot

Tutorials

	*  JMathIO
	*  JMathArray
	*  JMathPlot

Plot with JMathPlot from...

	*  CLI (Xterm or DOS)
	*  Scilab
	*  Python</description>
    </item>
    <item rdf:about="http://jmathtools.sourceforge.net/doku.php?id=groovylab&amp;amp;rev=1192046108&amp;do=diff1192046108">
        <dc:format>text/html</dc:format>
        <dc:date>2007-10-10T12:55:08-07:00</dc:date>
        <dc:creator>Yann Richet</dc:creator>
        <title>groovylab</title>
        <link>http://jmathtools.sourceforge.net/doku.php?id=groovylab&amp;amp;rev=1192046108&amp;do=diff1192046108</link>
        <description>GroovyLab project now available for testing.

GroovyLab is a scientific dedicated language based on Groovy agile dynamic language (close to Ruby, Python and Java). Basically, it allows to create scripts with matlab-like syntax for Matrices and plots:</description>
    </item>
    <item rdf:about="http://jmathtools.sourceforge.net/doku.php?id=jmathplot:scilab&amp;amp;rev=1189254547&amp;do=diff1189254547">
        <dc:format>text/html</dc:format>
        <dc:date>2007-09-08T05:29:07-07:00</dc:date>
        <dc:creator>Yann Richet</dc:creator>
        <title>jmathplot:scilab</title>
        <link>http://jmathtools.sourceforge.net/doku.php?id=jmathplot:scilab&amp;amp;rev=1189254547&amp;do=diff1189254547</link>
        <description>You can use JMathPlot in Scilab to plot arrays (same way that plot2d or plot3d). You need to use jplot.sci script which provides an interface to CLI call with similar syntax.

Usage : jplot2d(data1,options,data2,options) or jplot3d(data1,options,data2,options) [data] is an array of numbers, [options] are related to previous [data] and should be :</description>
    </item>
    <item rdf:about="http://jmathtools.sourceforge.net/doku.php?id=jmathplot:python&amp;amp;rev=1189254475&amp;do=diff1189254475">
        <dc:format>text/html</dc:format>
        <dc:date>2007-09-08T05:27:55-07:00</dc:date>
        <dc:creator>Yann Richet</dc:creator>
        <title>jmathplot:python</title>
        <link>http://jmathtools.sourceforge.net/doku.php?id=jmathplot:python&amp;amp;rev=1189254475&amp;do=diff1189254475</link>
        <description>You can use JMathPlot in Python to plot arrays (same way that matplotlib). You need to use jplot.py script which provides an interface to CLI call with similar syntax.

Usage : jplot2d(data1,options,data2,options) or jplot3d(data1,options,data2,options) [data] is an array of numbers, [options] are related to previous [data] and should be :</description>
    </item>
    <item rdf:about="http://jmathtools.sourceforge.net/doku.php?id=jmathplot:cli&amp;amp;rev=1189254160&amp;do=diff1189254160">
        <dc:format>text/html</dc:format>
        <dc:date>2007-09-08T05:22:40-07:00</dc:date>
        <dc:creator>Yann Richet</dc:creator>
        <title>jmathplot:cli</title>
        <link>http://jmathtools.sourceforge.net/doku.php?id=jmathplot:cli&amp;amp;rev=1189254160&amp;do=diff1189254160</link>
        <description>You can use JMathPlot in CLI to plot the content of ASCII files (same way that XMGrace). You just need to get jplot.sh for Linux/MacOS/Solaris or jplot.bat for Windows, and jmathplot.jar in the same directory.</description>
    </item>
    <item rdf:about="http://jmathtools.sourceforge.net/doku.php?id=downloads&amp;amp;rev=1189253962&amp;do=diff1189253962">
        <dc:format>text/html</dc:format>
        <dc:date>2007-09-08T05:19:22-07:00</dc:date>
        <dc:creator>Yann Richet</dc:creator>
        <title>downloads</title>
        <link>http://jmathtools.sourceforge.net/doku.php?id=downloads&amp;amp;rev=1189253962&amp;do=diff1189253962</link>
        <description>*  Latest version
 Package  JAR (source code embedded) JMathArrayjmatharray.jarJMathPlotjmathplot.jarJMathIOjmathio.jar
	*  All versions on SourceForge

	*   CVS version
		*  Anonymous CVS Access
(modulename may be any jmathtools module : jmathplot, jmatharray,...)</description>
    </item>
    <item rdf:about="http://jmathtools.sourceforge.net/doku.php?id=start&amp;amp;rev=1189026613&amp;do=diff1189026613">
        <dc:format>text/html</dc:format>
        <dc:date>2007-09-05T14:10:13-07:00</dc:date>
        <dc:creator>Yann Richet</dc:creator>
        <title>start</title>
        <link>http://jmathtools.sourceforge.net/doku.php?id=start&amp;amp;rev=1189026613&amp;do=diff1189026613</link>
        <description>What JMathTools IS

 JMathTools is a collection of independent packages designed to fit common engineering/scientific computing needs. For now, JMathTools contains:

	*  JMathArray: simple linear algebra for double[][] arrays using static methods
	*  JMathPlot: interactive plot in 2D / 3D
	*  JMathIO: binary and ASCII input/output for double arrays</description>
    </item>
</rdf:RDF>
