Re: Listing ALL Options for a mathematica Function
- To: mathgroup at smc.vnet.net
- Subject: [mg67467] Re: Listing ALL Options for a mathematica Function
- From: "Norbert Marxer" <marxer at mec.li>
- Date: Tue, 27 Jun 2006 03:14:34 -0400 (EDT)
- References: <e7j0v7$7p4$1@smc.vnet.net><e7npac$bon$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hello You can find and inspect the .m files of many Mathematica packages. Start from your installation directory, which is given by "C:\Programme\Wolfram Research\Mathematica\5.2" on my computer (use $InstallationDirectory to find it for your computer). The subdirectory "AddOns" contains several subdirectories (e.g. "StandardPackages", "JLink", "ExtraPackages", etc.) which contain the code for many Mathematica packages (like "XMLCapabilities", "WebServices", "GUIKit", "JLink", "DifferentialEquations", etc.). You will find the m-file "Animation.m" (which contains the function "MovieContourPlot") in the subdirectory "...\AddOns\StandardPackages\Graphics". You can inspect these files using the Mathematica Frontend or a text editor. You will learn a lot from studying these m-files. Best Regards Norbert Marxer www.mec.li