How to Combine Vector and Matrix?

How to Combine Vector and Matrix? - Сообщения

#1 Опубликовано: 16.07.2023 22:17:32
netsonicyxf

netsonicyxf

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

Группа: User

1.png
Combine Vector and Matrix.sm (5 КиБ) скачан 32 раз(а).
#2 Опубликовано: 16.07.2023 23:20:35
Alvaro Diaz Falconi

Alvaro Diaz Falconi

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

Группа: User

Hi. You can use augment and stack.

Clipboard01.png

Combine Vector and Matrix.sm (9 КиБ) скачан 43 раз(а).

Best regards.
Alvaro.
1 пользователям понравился этот пост
netsonicyxf 17.07.2023 01:16:00
#3 Опубликовано: 17.07.2023 01:30:46
netsonicyxf

netsonicyxf

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

Группа: User

Wrote

Hi. You can use augment and stack.

Clipboard01.png

Combine Vector and Matrix.sm (9 КиБ) скачан 43 раз(а).

Best regards.
Alvaro.



Thank you.

It looks to me that in order to combine 2 lists, the 1st list must be in "list" format (u=[0.1 0.2]) instead of "range" format (u=[0.1..0.2]).

Is there other method to combine list if the the 1st list is in "range" format?

1.png

Combine Vector and Matrix.sm (7 КиБ) скачан 27 раз(а).
#4 Опубликовано: 17.07.2023 07:11:47
Jean Giraud

Jean Giraud

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

Группа: User

Some project will produce immensely long nests of solutions.
In such instances, use UnestV(data), UnestH(data) utilities.
#5 Опубликовано: 17.07.2023 12:02:36
Alvaro Diaz Falconi

Alvaro Diaz Falconi

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

Группа: User

Wrote

... It looks to me that in order to combine 2 lists, the 1st list must be in "list" format (u=[0.1 0.2]) instead of "range" format (u=[0.1..0.2]).

Is there other method to combine list if the 1st list is in "range" format?



Mathcad did have 'matrix' objects and 'range' objects, which were different. But in SMath the function range(#,#) or range(#,#,#) are matrix constructors and do not represent anything other than an matrices. There are no 'vectors' either, since they are simply matrices with a single column and one or more rows.

Best regards.
Alvaro
#6 Опубликовано: 17.07.2023 13:49:23
Jean Giraud

Jean Giraud

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

Группа: User

Wrote

Is there other method to combine list if the the 1st list is in "range" format ?


You can combine both directions.
They don't need be equally meshed.

Image Gaussian Spot.sm (30 КиБ) скачан 27 раз(а).

#7 Опубликовано: 18.07.2023 04:19:16
netsonicyxf

netsonicyxf

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

Группа: User

Wrote

Wrote

Is there other method to combine list if the the 1st list is in "range" format ?


You can combine both directions.
They don't need be equally meshed.

Image Gaussian Spot.sm (30 КиБ) скачан 27 раз(а).



Hi Jean

Thank you for the example, but it's litle bit overwhelming for me.
Do you happen to have a simpler example?
#8 Опубликовано: 18.07.2023 09:37:04
Jean Giraud

Jean Giraud

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

Группа: User

Wrote

Thank you for the example, but it's little bit overwhelming for me.
Do you happen to have a simpler example
?


The 2D code is unique. You can have it algo style otherwise:
Sym(phi(x,y),L,H,n) for local command line.
Set ... Planet:=[0.25*Cir spot spot]
so to see the red circle visible on the image.
Cheers ... Jean.

Image Spot Satellites Copy.sm (121 КиБ) скачан 29 раз(а).

#9 Опубликовано: 18.07.2023 10:18:12
Jean Giraud

Jean Giraud

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

Группа: User

Wrote

The 2D code is unique. You can have it algo style otherwise:


Delicious Patch Work ... fully command line.

Pattern Patch Work.sm (11 КиБ) скачан 37 раз(а).
#10 Опубликовано: 20.07.2023 11:45:38
overlord

overlord

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

Группа: Moderator

Wrote

Is there other method to combine list if the the 1st list is in "range" format?


Your u range is not 0.1 and 0.2.
It is only 0.1, because range(2) increment is 1.
So in order to make it 0.1,0.2 you should use range(3).
Here is two range objects augmented.

Regards

listrangeaugment.png
1 пользователям понравился этот пост
netsonicyxf 08.08.2023 10:29:00
  • Новые сообщения Новые сообщения
  • Нет новых сообщений Нет новых сообщений