Differentiation of a function to a variable order
You are now following this question
- You will see updates in your followed content feed.
- You may receive emails, depending on your communication preferences.
An Error Occurred
Unable to complete the action because of changes made to the page. Reload the page to see its updated state.
0 votes
Share a link to this question
Accepted Answer
1 vote
- That symsum() hypothetically specially recognizes the construct diff(f(x),x,n)/factorial(n) from 0 to infinity as being the same as the taylor series of f(x) and symsum() hypothetically gives the result as being f(x); or
- That symsum() tries to construct an infinite sum and fails running out of memory; or
- Thta symsum() pokes around the expression enough to realize that it cannot figure out the answer, and returns an unevaluated symsum() to hold the place of the result
9 Comments
- That symsum() evaluated each of the infinite terms, which would require infinite time; OR
- That symsum() applies mathematical analysis to the expression to try to determine if it can find a closed form expression
syms f(x) diff(f, x, x)
returns the second derivative. That is, you can provide an ordered list of variables to take the derivative with respect to. So diff(f, x, n) is diff(diff(f, x), n) but since f(x) is independent of n, the result is 0
More Answers (0)
Categories
Find more on Mathematics in Help Center and File Exchange
Products
Tags
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)