File: diff_geometry.cdb

package info (click to toggle)
cadabra 1.46-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,244 kB
  • sloc: cpp: 33,188; ansic: 2,724; makefile: 329; yacc: 180; sh: 157; python: 45; lex: 38; lisp: 19
file content (17 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

# This has all not yet been implemented.
#
#
# d::DifferentialD({x,y,z},dimension=3).
# 
# A:= f(x) d[y];
# d[@(A)];
# 
# A(phi) d[phi] ^ B(psi) d[psi];
# 
# d[ @(%) ];

# \diff{f(x)}{x};
#
# f::Depends(x).
# \diff{f}{x};