Changeset 7785:84ea4d7c8cf7
- Timestamp:
- 12/15/07 17:13:10 (5 years ago)
- Branch:
- default
- Tags:
- 2.9.rc2
- File:
-
- 1 edited
-
sage/calculus/calculus.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sage/calculus/calculus.py
r7784 r7785 6163 6163 EXAMPLES: 6164 6164 sage: f = function('Gamma', var('z')) 6165 sage: mathematica(f) 6165 sage: mathematica(f) # optional 6166 6166 Gamma[z] 6167 6167 sage: f = function('Gamma', var('w'), var('z')); f … … 6169 6169 sage: f._mathematica_init_() 6170 6170 'Gamma[w, z]' 6171 sage: mathematica(f(sqrt(2), z+1)) 6171 sage: mathematica(f(sqrt(2), z+1)) # optional 6172 6172 Gamma[Sqrt[2], 1 + z] 6173 6173 """
Note: See TracChangeset
for help on using the changeset viewer.
