1 Pages (5 items)
derivate problem composite function - Messages
#1 Posted: 6/3/2015 11:20:44 AM
#2 Posted: 6/3/2015 12:08:04 PM
#3 Posted: 6/3/2015 12:54:03 PM
When defining a1, b1, c1.. etc, you define them as rows of a matrix (notice how they are still in parenthesis), and they remain a single entry matrix. This causes an error later on since you can't take a derivative of a matrix.
Instead of extracting the row, extract the element by using the "el" function, or write the matrix name followed by "[" and the row number.
eg. a.1 : M[1
Instead of extracting the row, extract the element by using the "el" function, or write the matrix name followed by "[" and the row number.
eg. a.1 : M[1
1 users liked this post
Davide Carpi 6/3/2015 7:47:00 PM
#4 Posted: 6/3/2015 4:35:28 PM
The cases() function helps a lot in writing piecewise continuous functions in a readable way.
2spline_Kr.sm (23 KiB) downloaded 53 time(s).
2spline_Kr.sm (23 KiB) downloaded 53 time(s).
Martin Kraska
Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
1 users liked this post
Davide Carpi 6/3/2015 7:47:00 PM
1 Pages (5 items)
-
New Posts
-
No New Posts