Software tutorial/Functions as objects

From Process Model Formulation and Solution: 3E4
< Software tutorial
Revision as of 21:46, 17 October 2010 by Kevindunn (talk | contribs) (Created page with "<syntaxhighlight lang="matlab"> f = inline('1/x - (x-1)') fzero(f,1) roots(...) </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
f = inline('1/x - (x-1)')
fzero(f,1)
roots(...)