Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plotting vector-valued functions when one component is constant #526

Closed
jverzani opened this issue Sep 27, 2023 · 1 comment
Closed

Plotting vector-valued functions when one component is constant #526

jverzani opened this issue Sep 27, 2023 · 1 comment

Comments

@jverzani
Copy link
Collaborator

See discussion here https://discourse.julialang.org/t/plotting-the-tangen-line-of-a-vector-valued-function/104297/2

@syms t
g(t) = [t+3/2*sin(2t),  4*cos(t), a*cos(2t)]
a = 1
plot(g(t)..., 0, 2pi) # okay
a = 0
plot(g(t)..., 0, 2pi) # error
@jverzani
Copy link
Collaborator Author

Closed by #527

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant