Creating stack of arbitrary size?

Creating stack of arbitrary size? - i.e. stack(1,2,3,4,...,n) - Сообщения

#1 Опубликовано: 03.08.2022 19:16:39
Daniel Jackson

Daniel Jackson

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

Группа: User

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
Martin Kraska

Martin Kraska

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

Группа: Moderator

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 КиБ) скачан 19 раз(а).
Blatt6.png

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
Martin_B

Martin_B

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

Группа: User

There are a some possibilities to do so:
(g(1): the 1 defines the number of arguments of g)

function.png
#4 Опубликовано: 04.08.2022 07:54:16
Jean Giraud

Jean Giraud

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

Группа: User

Wrote

Anyone 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 КиБ) скачан 29 раз(а).


  • Новые сообщения Новые сообщения
  • Нет новых сообщений Нет новых сообщений