complex no.s and exponential angles

complex no.s and exponential angles - Messages

#21 Posted: 12/18/2021 3:58:33 PM
overlord

overlord

552 likes in 1332 posts.

Group: Moderator

Wrote

I need to be able to add magnitude and angle to each of the three vectors with arrow heads and the graph needs to scale as well, perhaps 1.5 times greatest magnitude.


Trying to achieve this? No need for a lot of code.
Just a simple arrow function is enough.
Define length, angle, magnitude of arrow in plot.
This will work in X-Y plots, not embedded 2D plot.
Changing r in Arrow() function shall change the length.
r*1.5 will meet your demands I guess.

Regards

check positive and negative sequence components_r2_works.sm (273 KiB) downloaded 36 time(s).

2021-12-18_21-55.png

2021-12-18_21-56.png
#22 Posted: 12/18/2021 6:35:52 PM
John Heidenreich

John Heidenreich

5 likes in 67 posts.

Group: User

Wrote

Wrote

I need to be able to add magnitude and angle to each of the three vectors with arrow heads and the graph needs to scale as well, perhaps 1.5 times greatest magnitude.


Trying to achieve this? No need for a lot of code.
Just a simple arrow function is enough.
Define length, angle, magnitude of arrow in plot.
This will work in X-Y plots, not embedded 2D plot.
Changing r in Arrow() function shall change the length.
r*1.5 will meet your demands I guess.

Regards

check positive and negative sequence components_r2_works.sm (273 KiB) downloaded 36 time(s).

2021-12-18_21-55.png

2021-12-18_21-56.png




Love the simplicity overlord, working on your updated file now.

Regards John
#23 Posted: 12/18/2021 8:51:35 PM
John Heidenreich

John Heidenreich

5 likes in 67 posts.

Group: User

Wrote

Wrote

Wrote

I need to be able to add magnitude and angle to each of the three vectors with arrow heads and the graph needs to scale as well, perhaps 1.5 times greatest magnitude.


Trying to achieve this? No need for a lot of code.
Just a simple arrow function is enough.
Define length, angle, magnitude of arrow in plot.
This will work in X-Y plots, not embedded 2D plot.
Changing r in Arrow() function shall change the length.
r*1.5 will meet your demands I guess.

Regards

check positive and negative sequence components_r2_works.sm (273 KiB) downloaded 36 time(s).

2021-12-18_21-55.png

2021-12-18_21-56.png




Love the simplicity overlord, working on your updated file now.

Regards John



Managed to get up to defining sequence component diagram, DRAFT version.

check positive and negative sequence components_r2_works.sm (354 KiB) downloaded 33 time(s).
#24 Posted: 12/19/2021 5:08:31 AM
John Heidenreich

John Heidenreich

5 likes in 67 posts.

Group: User

Wrote

Wrote

Wrote

Wrote

I need to be able to add magnitude and angle to each of the three vectors with arrow heads and the graph needs to scale as well, perhaps 1.5 times greatest magnitude.


Trying to achieve this? No need for a lot of code.
Just a simple arrow function is enough.
Define length, angle, magnitude of arrow in plot.
This will work in X-Y plots, not embedded 2D plot.
Changing r in Arrow() function shall change the length.
r*1.5 will meet your demands I guess.

Regards

check positive and negative sequence components_r2_works.sm (273 KiB) downloaded 36 time(s).

2021-12-18_21-55.png

2021-12-18_21-56.png




Love the simplicity overlord, working on your updated file now.

Regards John



Managed to get up to defining sequence component diagram, DRAFT version.

check positive and negative sequence components_r2_works.sm (354 KiB) downloaded 33 time(s).




Nearly there, one last bit is animating the + - and 0 components

check positive and negative sequence components_r3_.sm (372 KiB) downloaded 35 time(s).
#25 Posted: 12/19/2021 9:45:06 AM
overlord

overlord

552 likes in 1332 posts.

Group: Moderator

Wrote

Love the simplicity overlord, working on your updated file now.
Nearly there, one last bit is animating the + - and 0 components


Here is you file with animated plots.
You can't use X-Y plot for animations.
You have to use integrated 2D plots.
I may have misunderstand the zero sequence.

Regards

check positive and negative sequence components_r3_animated.sm (331 KiB) downloaded 37 time(s).

output.gif
#26 Posted: 12/19/2021 3:27:59 PM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

... rotations added ► ◄

2D Util Bar Arrow Creator [3 phases motor].sm (35 KiB) downloaded 28 time(s).
#27 Posted: 12/19/2021 5:12:30 PM
overlord

overlord

552 likes in 1332 posts.

Group: Moderator

Maybe Zero Sequence is meant to be like this.
Choose one of versions which suits you most.

Regards

check positive and negative sequence components_r3_animated.sm (331 KiB) downloaded 29 time(s).

output.gif
#28 Posted: 12/19/2021 5:59:54 PM
John Heidenreich

John Heidenreich

5 likes in 67 posts.

Group: User

Wrote

Wrote

Love the simplicity overlord, working on your updated file now.
Nearly there, one last bit is animating the + - and 0 components


Here is you file with animated plots.
You can't use X-Y plot for animations.
You have to use integrated 2D plots.
I may have misunderstand the zero sequence.

Regards

check positive and negative sequence components_r3_animated.sm (331 KiB) downloaded 37 time(s).

output.gif




Ah interesting about 2 D plots.

This one is very close overlord

thank you
#29 Posted: 12/19/2021 6:01:06 PM
John Heidenreich

John Heidenreich

5 likes in 67 posts.

Group: User

Wrote

... rotations added ► ◄

2D Util Bar Arrow Creator [3 phases motor].sm (35 KiB) downloaded 28 time(s).




This is very good Jean, i will be able to use this in the future thank you


Kind regards John
#30 Posted: 12/19/2021 6:07:13 PM
John Heidenreich

John Heidenreich

5 likes in 67 posts.

Group: User

Wrote

Maybe Zero Sequence is meant to be like this.
Choose one of versions which suits you most.

Regards

check positive and negative sequence components_r3_animated.sm (331 KiB) downloaded 29 time(s).

output.gif




This one has zero sequence correct overlord, thank you very much.

For zero sequence looks like it simply means adding a time t element!


Kind Regards

John

Final version

check positive and negative sequence components_r3_animated_Publish.sm (371 KiB) downloaded 32 time(s).
#31 Posted: 12/20/2021 7:45:14 AM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Wrote

This is very good Jean, I will be able to use this in the future thank you


An immense collection of animations were done before you join Smath.
Take care ... Jean.

0Anim Eol Logo Gozilla.sm (49 KiB) downloaded 31 time(s).
#32 Posted: 12/20/2021 7:55:41 AM
overlord

overlord

552 likes in 1332 posts.

Group: Moderator

Wrote

This one has zero sequence correct overlord, thank you very much.

For zero sequence looks like it simply means adding a time t element!


Glad I could help.
Regards
#33 Posted: 12/20/2021 8:39:49 AM
John Heidenreich

John Heidenreich

5 likes in 67 posts.

Group: User

Wrote

Wrote

This is very good Jean, I will be able to use this in the future thank you


An immense collection of animations were done before you join Smath.
Take care ... Jean.

0Anim Eol Logo Gozilla.sm (49 KiB) downloaded 31 time(s).




Yes I am not surprised Jean.


This community works so much better than what I found with Mathcad world, I am so pleased to be here
  • New Posts New Posts
  • No New Posts No New Posts