derivate problem composite function

derivate problem composite function - Сообщения

#1 Опубликовано: 03.06.2015 11:20:44
dav47

dav47

0 сообщений из 5 понравились пользователям.

Группа: User

Hi to all, I create a composed function, but I don't understand what is wrong.
Please help
quest.png
#2 Опубликовано: 03.06.2015 12:08:04
dav47

dav47

0 сообщений из 5 понравились пользователям.

Группа: User

I attach the file to clarify the problem
2spline.sm (26 КиБ) скачан 41 раз(а).
#3 Опубликовано: 03.06.2015 12:54:03
Ernesto

Ernesto

13 сообщений из 74 понравились пользователям.

Группа: User

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
1 пользователям понравился этот пост
Davide Carpi 03.06.2015 19:47:00
#4 Опубликовано: 03.06.2015 16:35:28
Martin Kraska

Martin Kraska

1222 сообщений из 2150 понравились пользователям.

Группа: Moderator

The cases() function helps a lot in writing piecewise continuous functions in a readable way.
2spline_Kr.sm (23 КиБ) скачан 51 раз(а).
Martin Kraska Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
1 пользователям понравился этот пост
Davide Carpi 03.06.2015 19:47:00
#5 Опубликовано: 04.06.2015 03:45:01
dav47

dav47

0 сообщений из 5 понравились пользователям.

Группа: User

Hi, Ernesto and Martin.
Thank you for your help.
I'm new to the use of smath studio. I understand my mistake....It's a mathematical error!
Now I have istalled the Function extension.
Bye
Davide
  • Новые сообщения Новые сообщения
  • Нет новых сообщений Нет новых сообщений