File: tdecompose_libraryfunction.reference

package info (click to toggle)
sollya 8.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 17,592 kB
  • sloc: ansic: 124,655; yacc: 7,543; lex: 2,440; makefile: 888; cpp: 77
file content (6 lines) | stat: -rw-r--r-- 523 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
Decomposing (diff(myownlog))(cos(_x_ + 1)) gives deriv=1 and the sub-object cos(_x_ + 1).
(diff(myownlog))(cos(_x_ + 1)) == (diff(myownlog))(cos(_x_ + 1)) gives true (expecting true)
Decomposing (diff(diff(foo)))(exp(_x_)) gives deriv=2 and the sub-object exp(_x_).
(diff(diff(foo)))(exp(_x_)) == (diff(diff(foo)))(exp(_x_)) gives true (expecting true)
Decomposing (diff(diff(bar)))(log(_x_)) gives deriv=2 and the sub-object log(_x_).
(diff(diff(bar)))(log(_x_)) == (diff(diff(bar)))(log(_x_)) gives true (expecting true)