1 страниц (4 вхождений)
Creating stack of arbitrary size? - i.e. stack(1,2,3,4,...,n) - Сообщения
#1 Опубликовано: 03.08.2022 19:16:39
Anyone know what functions I should combine to produce the custom function I need? I need it to output the following: f(g(x),x,1,n)=stack(g(1),g(2),g(3),g(4),...,g(n-1),g(n)) for any given n value, but I can't seem to find the proper combination of functions and operators to do it.
#2 Опубликовано: 04.08.2022 03:10:16
The first idea is to use a loop.
One also could use a loop to design the string representation of a multi-argument stack command and then convert it to an expression with str2num().
Yet I guess this would not make the thing more comprehensible.
Blatt6.sm (3 КиБ) скачан 40 раз(а).

One also could use a loop to design the string representation of a multi-argument stack command and then convert it to an expression with str2num().
Yet I guess this would not make the thing more comprehensible.
Blatt6.sm (3 КиБ) скачан 40 раз(а).
Martin Kraska
Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
#3 Опубликовано: 04.08.2022 03:24:10
#4 Опубликовано: 04.08.2022 07:54:16
WroteAnyone know what functions I should combine to produce the custom function I need ?
The all thing is in there: create the data set you need.
NestRow(data,s,r,k) will stack pairwise for plotting the project.
Cheers ... Jean.
Page15 ConnectNest.sm (29 КиБ) скачан 46 раз(а).
1 страниц (4 вхождений)
-
Новые сообщения
-
Нет новых сообщений