File: diff_form.mac

package info (click to toggle)
maxima 5.47.0-9
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 193,104 kB
  • sloc: lisp: 434,678; fortran: 14,665; tcl: 10,990; sh: 4,577; makefile: 2,763; ansic: 447; java: 328; python: 262; perl: 201; xml: 60; awk: 28; sed: 15; javascript: 2
file content (20 lines) | stat: -rw-r--r-- 519 bytes parent folder | download | duplicates (15)
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.lisp")$
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))))$
*/