Re: a table-error in MuPAD
From: meriflessa (meriflessa_at_hotmail.com)
Date: 11/24/04
- Next message: Carlos Felippa: "Re: Inverse of block tridiagonal matrix"
- Previous message: Richard J. Fateman: "re: reporting bugs in Mathematica"
- In reply to: Christopher Creutzig: "Re: a table-error in MuPAD"
- Next in thread: Christopher Creutzig: "Re: a table-error in MuPAD"
- Reply: Christopher Creutzig: "Re: a table-error in MuPAD"
- Reply: Torsten Metzner: "Re: a table-error in MuPAD"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 24 Nov 2004 19:24:00 +0000 (UTC)
I try to explain with an example:
suppose that during a very big session somewhere somehow MuPAD detects
an error, for example a division by zero, or a too long time of
work...(eccetera).
suppose that the structure of my program is:
module1
module2
....
modulen
heart(that calls modules)
reset()
if i put reset() in the begin of heart some problems happen, so i
usually put reset() at the and of all.
if i have an error in my program, the reset() statement doesn't work
(because its position is at the end of al), so i wanna know if is
there a way to detect a premature stop of session (because of an
error) and in this case to reset all values of my thousand
variabiles...
or if i can find a table error, and than to create a control by my
self.
i hope this appear clearer
Thanks
- Next message: Carlos Felippa: "Re: Inverse of block tridiagonal matrix"
- Previous message: Richard J. Fateman: "re: reporting bugs in Mathematica"
- In reply to: Christopher Creutzig: "Re: a table-error in MuPAD"
- Next in thread: Christopher Creutzig: "Re: a table-error in MuPAD"
- Reply: Christopher Creutzig: "Re: a table-error in MuPAD"
- Reply: Torsten Metzner: "Re: a table-error in MuPAD"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|