Mathematica Trouble downloading mathematica packages - probably a very quick solution

  • Thread starter Thread starter femtofranco
  • Start date Start date
  • Tags Tags
    Mathematica
AI Thread Summary
The discussion revolves around a user's transition from MATLAB to Mathematica, specifically focusing on difficulties in locating and using certain packages, namely Vector Analysis and Variational Methods. The user is unable to find download links for these packages and is unsure if they are looking in the right place. A response clarifies that standard packages should be pre-installed with Mathematica, and users can access them by using commands like <<VectorAnalysis`. However, the user encounters an error message when attempting to load the Vector Analysis package, indicating it cannot be opened. Despite trying to reinstall Mathematica, the issue persists. The user also mentions using a pirated version of the software, which may contribute to the problems faced, although others using the same version have not reported similar issues.
femtofranco
Messages
9
Reaction score
0
Hello, having usually used MatLab, I am just beginning to use Mathematica. I am having trouble locating packages, however. In particular, I'd like to download:

http://reference.wolfram.com/mathematica/VectorAnalysis/tutorial/VectorAnalysis.html (Vector Analysis)

http://reference.wolfram.com/mathematica/VariationalMethods/tutorial/VariationalMethods.html (Variational Methods)

Nonetheless, while I can find ample information about using the package on the website, I cannot actually find a download link. I am looking in the wrong place, or am I just oblivious? I honestly cannot find it.
 
Physics news on Phys.org
I cannot be certain that your installation of Mathematica is all in place, but if it is then the standard packages should already be installed in the Mathematica directories and all you need to do is to pull them in at the beginning of your notebook session.

The url you show demonstrates this. For example

<<VectorAnalysis`

followed by <shift><enter> should be enough to pull in the VectorAnalysis package.

You can then do something like the second line

SetCoordinates[Parabolodial[w1,w2,w3]]

and you should get the same output that the url shows.

IF you are trying to pull in some package that someone else wrote and that you need to grab from the net and put where Mathematica can find it then the process is almost the same, you just need to put it into an appropriate directory or give Mathematica a path to where you put it, but for the two you show you should not need to do that extra step.
 
Hello, sorry about the delay, but I was trying your solution.

Unfortunately, when I enter <<VectorAnalysis into a notebook, followed by the shift and enter, it responds "Get::nopen : Cannot open VectorAnalysis." I have gone into the program files and cannot seem to find the VectorAnalysis package. I tried a reinstallation, but that did not work.

This is a pirated copy of mathematica, but no one else has voiced complaints (out of the 600+ seeders, 10 of which are my friends).
 
Last edited:

Similar threads

Back
Top