Plot Vector - Сообщения
Amazing application. However I have a question on vectors.
Can I plot vectors?
Like:
r(t):=[5;3]+t*[1;4]
A vector with the increase of a=4, starting at 5;3.
Right now I have to rewrite it manually to a y-function. Not practical for math classes :P
Happy user elsewise

Regards,
Mike
325 сообщений из 2 052 понравились и 1 не понравились пользователям.
Группа: Moderator
Could you be more specific, please. I do not quite understand your question.
Regards,
Radovan
P.S. Maybe something like this?
But I think I get the idea, still. It requires me to manually split my vector.
You know, that a vector is a collection of x, y, z functions represented by a variable, t.
So:

There, I would like to write f(x) in the plot.
Where after the plot will generate an amount of points.
What you do, is generate the y-coordinates, then enter it into the plot with the x-coordinates.
325 сообщений из 2 052 понравились и 1 не понравились пользователям.
Группа: Moderator
Maybe this might help. If I was wrong, just let me know.
Function can return matrices or vectors (column matrix).
Regards,
Radovan
It's not gonna work everytime, if I have to script my way out of it (Lazyness :P).
Although, it's a feature I'd like to see implemented.
Btw. The way you specify x(t), y(t), z(t), is not the way to put them into a vecotr in my learning.
f(t) = [1;2] + t * [3;4]
Becomes:
x(t) = 1 + t * 3
y(t) = 2 + t * 4
Ofc. it completely depends on how you set up the assignment / decide to solve the task :P
325 сообщений из 2 052 понравились и 1 не понравились пользователям.
Группа: Moderator
Sorry if I am to persistant. Just trying to figure out your problem (sorry if I am also to slow


Some complicated scripts with functions are not possible at the moment, but SMath has some features I did not discover yet.
Regards,
Radovan
But yes. That's basically what I'm trying to acomplish here.
To put the X / Y into the coordinate system, one would just augment them?
EDIT:
How do you make the superseded 1 and 2?.. To make X and Y?
325 сообщений из 2 052 понравились и 1 не понравились пользователям.
Группа: Moderator
WroteWow. It's getting closer (Not sarcastic).But yes. That's basically what I'm trying to acomplish here.
Here is another try.
WroteTo put the X / Y into the coordinate system, one would just augment them?
I do not know any other way in this case, maybe someone else does.
WroteEDIT:
How do you make the superseded 1 and 2?.. To make X and Y?
I hope I understood the question. If not, sorry.
Just press X[1 and you will have vector X with index 1:
Regards,
Radovan
WroteI hope I understood the question. If not, sorry.
Just press X[1 and you will have vector X with index 1:
Regards,
Radovan
I can't make it happen... Perhaps it's linked to the problem me and another Dane has making brackets... :/
325 сообщений из 2 052 понравились и 1 не понравились пользователям.
Группа: Moderator
WroteWroteI hope I understood the question. If not, sorry.
Just press X[1 and you will have vector X with index 1:
Regards,
Radovan
I can't make it happen... Perhaps it's linked to the problem me and another Dane has making brackets... :/
Yes, I read your posts about brackets and can not be of any help about it. I hope at leats you can choose "el" from the "Functions" menu or getting the same by typing el(X,1
Regards,
Radovan
However, I've found where my problem lies...
Everytime you make a graph... You use a range / programatics...
Everytime I make a graph (Not in SMath, real life), those are taken for granted.
I don't say that, for t = 0 to 10. That's not needed, all that is done behind scenes.

On the left side is how I'd like it not to look, and the right is the most optimal.
EDIT:
Plot needs to understand, that a matrix is ALSO interpretable as a set of coordinates.
325 сообщений из 2 052 понравились и 1 не понравились пользователям.
Группа: Moderator
In Mathcad you can do parametric plots without defining the range of variable or parameter (Quick plots)
But in SMath the parametric plots can not be defined this way (I wish I was wrong). You must define a range of parameter variable and make a two column matrix, and finaly plot that matrix
The only way of 2D plots, at the moment, without defining the scope of independent variable is to use it and name it as "x", directly or defining a function but in the 2D plot placeholders there must be a variable named x
or something like this (maybe someone would like this

Maybe in some next SMath release the parametric plots would be implemented.
Regards,
Radovan
Interesting...
Smath... Get to it :P
Gimme' parametric plots... :P
325 сообщений из 2 052 понравились и 1 не понравились пользователям.
Группа: Moderator
Here and there the parametric plots are mentioned on this Forum. SMath officialy does not support parametric plots yet. Here is another possible implementation of them.
circles.sm
I have to mention that the multiline function, like in this example, are not officially suported by SMath as well. However, It is working in this case

Regards,
Radovan
P.S. Andrey, It seems that F8 and changing variable names at once in Equation system for graphs does not work. Should it be that way?
WroteIt seems that F8 and changing variable names at once in Equation system for graphs does not work. Should it be that way?
Yes. F8 and DA don't work inside Plot regions. Will implement this later.
Regards.
-
Новые сообщения
-
Нет новых сообщений