<%@page language="java" import="nl.tue.win.riaca.mathematica.phrasebook.*"%> <% MathematicaSocketPhrasebook tPhrasebook = new MathematicaSocketPhrasebook( request.getParameter( "host" ), new Integer( request.getParameter( "port" ) ).intValue() ); HttpSession tSession = request.getSession(); tSession.setAttribute( "mathbook_phrasebook_mathematica", tPhrasebook ); %> MathBook Demo: Mathematica Phrasebook Setup
Mathematica Phrasebook Setup

Home

Examples
  LeAM examples

Setup
 

The Mathematica phrasebook has been setup to connect to an external Mathematica using the following settings.

Host:   <%=request.getParameter( "host" )%>
Port:   <%=request.getParameter( "port" )%>
   


Copyright © 2002-2003,
RIACA, Technische Universiteit Eindhoven (TU/e)
All Rights Reserved.