Wolfram ResearchProductsPurchasingServices & ResourcesAbout UsOur Sites
Services & Resources / Archive
-----
 /
Application Packages
*Mathematica
*Network Mathematica
*webMathematica
*gridMathematica
*Personal Grid Edition
*Wolfram Workbench
*Wolfram Education Group
*Application Packages
*Mathematica for Students
*Mathematica CalcCenter
*Publicon
*A New Kind of Science Explorer
*Mathematical Explorer
*Mathematica Teacher's Edition
*Calculus WIZ
*Mathematica Player
*Ask about this page
*Print this page
*Email this page
*Give us feedback
*
Sign up for our newsletter:

Why do I get TrigExpand::obslt and Needs::nocont errors while loading Time Series?

When you load Time Series under Mathematica 3.0, you will see the following error messages.

In[1]:=

These error messages are generated because Time Series attempts to load the package Algebra`Trigonometry`. The functionality of this package has been incorporated into the Mathematica kernel. Additionally, the command ComplexToTrig has been renamed to ExpToTrig. There are two ways to work around this problem.

First, you can define the function and ignore the warning messages.

Second, you can edit the TimeSeries.m file. Delete the reference to Algebra`Trigonometry` in the BeginPackage statement, and rename the two instances of ComplexToTrig to ExpToTrig.

Download this FAQ as a Mathematica 5.2 Notebook






 © 2008 Wolfram Research, Inc.  Terms of Use  Privacy Policy