~ubuntu-branches/debian/squeeze/maxima/squeeze

« back to all changes in this revision

Viewing changes to share/vector/vector.dem

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2006-10-18 14:52:42 UTC
  • mto: (1.1.5 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20061018145242-vzyrm5hmxr8kiosf
ImportĀ upstreamĀ versionĀ 5.10.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
package on the SHARE directory. - JPG 6/5/78  ***** */
4
4
 
5
5
/* First, we establish p, q, f, and g as vector entities: */
6
 
DECLARE([p, q, f, g], NONSCALAR);
 
6
declare([p, q, f, g], nonscalar);
7
7
/* To attempt to prove the following vector identity: */
8
8
p cross q dotdel f cross g + q cross f dotdel p cross g +
9
9
        f cross p dotdel q cross g = 0;
10
10
/* Now determine the expansion of: */
11
 
laplacian %PI*(s+h) = div 3*s*p;
 
11
laplacian %pi*(s+h) = div 3*s*p;