<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://drorbn.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=142.150.137.199</id>
	<title>Drorbn - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://drorbn.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=142.150.137.199"/>
	<link rel="alternate" type="text/html" href="https://drorbn.net/index.php?title=Special:Contributions/142.150.137.199"/>
	<updated>2026-05-07T12:54:58Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>https://drorbn.net/index.php?title=VasCalc_Documentation_-_vectorSpace&amp;diff=1417</id>
		<title>VasCalc Documentation - vectorSpace</title>
		<link rel="alternate" type="text/html" href="https://drorbn.net/index.php?title=VasCalc_Documentation_-_vectorSpace&amp;diff=1417"/>
		<updated>2006-05-25T13:58:32Z</updated>

		<summary type="html">&lt;p&gt;142.150.137.199: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The vectorSpace package is a small package used to set up quotients of finite dimensional vector spaces. The source files for this package are &lt;br /&gt;
&lt;br /&gt;
*[http://katlas.math.toronto.edu/svn/VasCalc/trunk/vectorSpace/Coefficient.java Coefficient.java], &lt;br /&gt;
*[http://katlas.math.toronto.edu/svn/VasCalc/trunk/vectorSpace/QuotientSpace.java QuotientSpace.java], &lt;br /&gt;
*[http://katlas.math.toronto.edu/svn/VasCalc/trunk/vectorSpace/AlgebraVector.java AlgebraVector.java]. &lt;br /&gt;
&lt;br /&gt;
The class contained in [http://katlas.math.toronto.edu/svn/VasCalc/trunk/vectorSpace/BigRational.java BigRational.java] contains Eric Laroche&#039;s implementation of arithemetic involving arbitrarily large rationals (see [[VasCalc - Bibliography]]), which is used as the default base field in vectorSpace. Additionally, there are two small test programs:[http://katlas.math.toronto.edu/svn/VasCalc/trunk/vectorSpace/testQuotSp.java testQuotSp.java] and [http://katlas.math.toronto.edu/svn/VasCalc/trunk/vectorSpace/testAlgVect.java testAlgVect.java].&lt;br /&gt;
==Usage==&lt;/div&gt;</summary>
		<author><name>142.150.137.199</name></author>
	</entry>
	<entry>
		<id>https://drorbn.net/index.php?title=VasCalc_-_Progress_Log&amp;diff=1415</id>
		<title>VasCalc - Progress Log</title>
		<link rel="alternate" type="text/html" href="https://drorbn.net/index.php?title=VasCalc_-_Progress_Log&amp;diff=1415"/>
		<updated>2006-05-24T21:42:44Z</updated>

		<summary type="html">&lt;p&gt;142.150.137.199: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the [[VasCalc - A Vassiliev Invariants Calculator|VasCalc Project]] Progress Log.&lt;br /&gt;
&lt;br /&gt;
====Wednesday May 24 2006====&lt;br /&gt;
A new package [http://katlas.math.toronto.edu/svn/VasCalc/trunk/vectorSpace vectorSpace] has been committed to the repository, to handle quotients of finite-dimensional vector spaces. See the [[VasCalc - Documentation|documentation]] for usage details.&lt;br /&gt;
====Saturday May 20 2006====&lt;br /&gt;
Our first task is to write a program to construct and manipulate the (formal) quotient vector space A(m,n,l), consisting of diagrams with m chords between n lines and l circles, modulo the four-T relations. Here&#039;s a rough sketch of the structure of this program:&lt;br /&gt;
&lt;br /&gt;
[[Image:Dmod4T.jpg|thumb|120px|left]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Java things are in orange, Mathematica things are in blue. Red arrows are helper functions that need to be written, and black arrows denote &amp;quot;natural class heirarchy&amp;quot;. &lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Monday May 15 2006====&lt;br /&gt;
Another slightly different HelloWorld test has been added to the [http://katlas.math.toronto.edu/svn/VasCalc/trunk/  SVN repository]. This time, one can use the default Java runtime bundled with Mathematica/Windows (so the user does not need to know anything about where Java lives on their system) by telling the Java compiler to produce code for Java 1.4. This is accomplished by issuing the command:&lt;br /&gt;
:&amp;lt;code&amp;gt;javac -source 1.4 -target 1.4 file_to_be_compiled.java &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I suppose this prevents us from using the new features of Java 1.5, but I don&#039;t know what they are.&lt;br /&gt;
&lt;br /&gt;
As for the test program, download [http://katlas.math.toronto.edu/svn/VasCalc/trunk/javatest.m javatest.m] and [http://katlas.math.toronto.edu/svn/VasCalc/trunk/test1.class test1.class], and issue the following commands in Mathematica (replacing the &#039;/path_to_files&#039; with the location you downloaded the files to, and don&#039;t forget the quotes in the second line):&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt; &amp;lt;&amp;lt; /path_to_files/javatest.m &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt; HelloWorld[VasCalcPath -&amp;gt; &amp;quot;/path_to_files&amp;quot;] &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and read your mystery message!&lt;br /&gt;
&lt;br /&gt;
==== Sunday May 14 2006====&lt;br /&gt;
J/Link passed the Hello World test. The java class and Mathematica&lt;br /&gt;
notebook were commited to the repository trunk. Note the Mathematica file&lt;br /&gt;
must be edited in order to specify the path to java and the class.&lt;br /&gt;
In order to get it to work I had to tweak a few things:&lt;br /&gt;
* The JRE bin directory had to be added to the PATH. The JDK path is not enough because J/Link looks for files like jawt.dll and awt.dll that don&#039;t come with JDK.&lt;br /&gt;
* HelloWorld.class had to be in one of the dirs in CLASSPATH, because J/Link loads classes only through their full class name.&lt;br /&gt;
* In Mathematica, when running InstallJava[], it was necessary to specify the path name for a newer version of java.exe. By default it runs the Windows java, which didn&#039;t run what was compiled with a new JDK. &lt;br /&gt;
&lt;br /&gt;
Ideally, one would like to write a Mathematica notebook without&lt;br /&gt;
any hardcoded paths that others can use with no changes. Is this&lt;br /&gt;
possible?&lt;br /&gt;
&lt;br /&gt;
==== Thursday May 11 20006====&lt;br /&gt;
* First day meeting&#039;s blackboard: [[Image:060511-1.jpg|thumb|160px|left]]&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot;&amp;gt;&lt;/div&gt;</summary>
		<author><name>142.150.137.199</name></author>
	</entry>
	<entry>
		<id>https://drorbn.net/index.php?title=VasCalc_-_A_Vassiliev_Invariants_Calculator&amp;diff=1409</id>
		<title>VasCalc - A Vassiliev Invariants Calculator</title>
		<link rel="alternate" type="text/html" href="https://drorbn.net/index.php?title=VasCalc_-_A_Vassiliev_Invariants_Calculator&amp;diff=1409"/>
		<updated>2006-05-24T18:45:51Z</updated>

		<summary type="html">&lt;p&gt;142.150.137.199: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These pages document our work on VasCalc. Let us start with the project description as appeared in our NSERC proposal:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Finite type (Vassiliev) invariants stand in the centre of knot theory.&lt;br /&gt;
They are known to encompass very many of the invariants pivotal to knot&lt;br /&gt;
theory and to low dimensional topology, and thus hundreds of papers&lt;br /&gt;
were written about them. Finite type invariants are in principle&lt;br /&gt;
algorithmic and computable, yet the computations are a complicated&lt;br /&gt;
many-step procedure and there aren&#039;t yet coherent computer programs to&lt;br /&gt;
carry them out.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;After 15 years of progress regarding finite type invariants, I feel&lt;br /&gt;
that finally our understanding of the mathematics is stable enough to&lt;br /&gt;
justify and guide a computational effort. I propose that this work be&lt;br /&gt;
carried out as a joint NSERC summer research internship by Zavosh&lt;br /&gt;
Amir-Khosravi and Siddarth Sankaran, where Zavosh will be writing the&lt;br /&gt;
java- or C++-based &amp;quot;inner most loop&amp;quot; while Siddarth will be working on&lt;br /&gt;
all the surrounding logic. We will make sure that every piece of the&lt;br /&gt;
work will be well documented and will have some &amp;quot;stand alone&amp;quot; value, so&lt;br /&gt;
overall, I expect the project to have significant impact on the subject&lt;br /&gt;
of finite type invariants.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://www.third-bit.com/swc2/lec/version.html A bit about subversion] and [http://katlas.math.toronto.edu/svn/VasCalc/ our subversion repository].&lt;br /&gt;
&lt;br /&gt;
* [[VasCalc - Documentation]].&lt;br /&gt;
&lt;br /&gt;
* [[VasCalc - Progress Log]].&lt;br /&gt;
&lt;br /&gt;
* [[VasCalc - To Do List]].&lt;/div&gt;</summary>
		<author><name>142.150.137.199</name></author>
	</entry>
</feed>