First  |  Prev |  Next  |  Last
Pages: 117 118 119 120 121 122 123 124 125 126 127 128 129
label graph vertices
greetings, after having used for some time a very powerful program (Graphviz) for displaying the graph structures I'm working on, I decided to give it a try under Mathematica, since I use M. for many other related tasks. I started from DiscreteMath`GraphPlot`, but from what I can see everything is done using an ... 7 Apr 2007 04:20
Import of CSDF files
Hallo, I want to import CSDF files from PSpice. Is there any package out there that can do this job? I'm quite sure this has been done before, and I don't want to reinvent the wheel! Any help would be highly appreciated, I'm running version 4.2. Thank you Oliver Friedrich ... 12 Mar 2007 06:03
Kernel Crashing with NDSolve Command
Hi all i have this rather innocuous looking NDSolve command thats crashing the mathematica kernel, NDSolve[{y'[x]==Min[s[x]+Sin[x],Cos[x]-s[x]],y[0]==0,s[x]==x^2},{y,s},{x,0,3}] If i were to substitute s[x] in this equation with x^2 and then try solving, i get an answer, if i assign s[x] in advance and try s... 28 Feb 2007 05:05
Fw: 2
Try also the following links http://documents.wolfram.com/mathematica/Built-inFunctions/NewInVersion5.0/ http://www.wolfram.com/products/mathematica/newin51/ http://www.google.com/search?hl=en&q=mathematica+version+5.2 May be this material will convince for upgrading! Regards Dimitris =CF/=C7 fizzy =DD=E... 24 Feb 2007 18:55
Using Mathematica remotely with Max OS X
Hi I got the font problem while running mathematica remotely via X server. With X server running, I login the remote machine ssh -Y <machine_name> mathematica here are the messages in shell xset: bad font path element (#87), possible causes are: Directory does not exist or has wrong permissions Di... 24 Feb 2007 18:55
Roman Numerals
Dear Dimitris, Thanks a lot. It's a wonderful notebook. Ajit. ___________________________________________________________ To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre. http://uk.security.yahoo.com ... 25 Feb 2007 05:05
Remote Kernel does nothing
Hello! I have set up a remote Kernel on a Unix machine, the front end is on a windows machine using the following options in the Kernel configurations menu: plink lhotka(a)remoteip /usr/local/bin/math -mathlink -LinkMode Connect -LinkProtocol TCPIP -LinkName "`linkname`" -LinkHost `hostip` I have tried various... 6 Feb 2007 03:10
how to configure a remote kernel
Hi, I have problems to configure a remote kernel. The local machine is WinSP/i386, the remote is SuSe10.1/x86_64. Both machines are in the same LAN, no firewalls, no routers. As a Shell Command I have: ssh 192.168.87.99 -l tsariysk 'math -mathlink -LinkMode Connect -LinkProtocol TCPIP -LinkName "`link... 27 Jan 2007 05:47
NDSolve -- initial conditions
Hello MathGroup, For computation of initial conditions NDSolve uses somehow the simulation time. For example: ==== equ = {D[x1[t], t] == -10^5 * x1[t], x1[0] == 1}; NDSolve[equ, x1[t], {t, 0, 50}, "SolveDelayed" -> True]; NDSolve[equ, x1[t], {t, 0, 100}, "SolveDelayed" -> True]; --- The first NDSolve... 29 Jan 2007 04:28
Databaselink and MySQL
I am trying to connect to a MySQL database using Mathematica's databaselink library. I can connect to the test databases provided with Mathematica (which are HSQL databases), and my MySQL databases work well on their own, but when I try to connect to the MySQL database from Mathematica, I get errors. My conn... 24 Jan 2007 05:34
First  |  Prev |  Next  |  Last
Pages: 117 118 119 120 121 122 123 124 125 126 127 128 129