simplemente libertad...



Mathematica 5 en Linux


E-mail this post



Remember me (?)



All personal information that you provide here will be governed by the Privacy Policy of Blogger.com. More...



::linux::Uno de los programas que siempre ocupaba en Hasefroch era "Mathematica". Para los que no sepan este programa sirve para desarrollar ecuaciones complejas, hacer gráficos 3d y todo lo relacionado con las matemática e ingeniería.




Cuando lo instale en linux (Mathematica 5), me daba un sin fin de errores pero se solucionan facilmente. Cuando aparezcan los siguientes errores:



error in reading unicode resource (line 93, field min/max position
error in reading unicode resource (line 95, field min/max position
error in reading unicode resource (line 102, field min/max position
error in reading unicode resource (line 104, field min/max position
error in reading unicode resource (line 672, field min/max position
error in reading unicode resource (line 673, field min/max position
error in reading unicode resource (line 823, field min/max position

Mathematica has detected a possible internal error. If possible, report the error to support@wolfram.com, quoting ``Assertion VerticalLineBoxMetaclassDefaults.sh !=((void *)0) failed at spanbox.c:2981''error in reading unicode resource (line 824, field min/max position


lo que se tiene que hacer es editar el script el cual es: /usr/local/bin/Mathematica
Se debe agregar "LC_ALL=C" y export "LC_ALL", asi queda:



#!/bin/sh
#
# Mathematica 5.0 Front End command file
# Copyright 1988-2003 Wolfram Research, Inc.

# Make certain that ${PATH} includes /usr/bin and /bin
PATH="/usr/bin:/bin:${PATH}"
LC_ALL=C
export LC_ALL
# Determine the SystemID by examining the output of `uname -s` and
# `uname -m`. Failsafe to SystemIDList=Unknown.
if [ -z "${SystemIDList}" ]; then
case `uname -s` in
...


Despues se hace un

:~$Mathematica -clean


y errores solucionados :D


0 Responses to “Mathematica 5 en Linux”

Leave a Reply

      Convert to boldConvert to italicConvert to link

 


About me

  • I'm ::Skauch::
  • From Santiago, RM, Chile
  • My profile

Previous posts

Archives

Links


ATOM 0.3