File: diff_form.mac

package info (click to toggle)
maxima 5.49.0%2Bdsfg-1
  • links: PTS
  • area: main
  • in suites:
  • size: 128,932 kB
  • sloc: lisp: 437,845; fortran: 14,665; tcl: 10,143; sh: 4,598; makefile: 2,206; ansic: 447; java: 374; python: 262; perl: 201; xml: 60; awk: 28; sed: 15; javascript: 2
file content (20 lines) | stat: -rw-r--r-- 518 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
load("cartan_new.lisp")$
infix("@")$
infix("&")$
infix("|")$

/*matrix_element_mult:lambda([x,y],x@y)$*/
load("hodge_test3.mac")$
load("f_star_test4.mac")$
load("helpfunc.mac")$
load("coeflist.lisp")$
load("format.mac")$
load("diag")$
load("poisson.mac")$
load("frobenius.mac")$
load("curvture2.mac")$
/*
fstar_with_clf([phi,theta],[sin(phi)*cos(theta),sin(phi)*sin(theta),cos(phi)],
 	(pu1:sin(phi)*cos(theta),pu2:sin(phi)*sin(theta),pu3:cos(phi),
		h_st(pu1*d(pu2)@d(pu3)++pu2*d(pu3)@d(pu1)+pu3*d(pu1)@d(pu2))))$
*/