- #1
freefaller
- 10
- 0
Hello everyone,
I have an implicit equation:
[tex] -155.034 x^4 ×sin(377 t) = 0.0524166 x^6 × cos^{1.414}(-377t)-(0.0581964+0.0442696 i) x ×cos^4(377 t)+7.09332 cos^5(377 t) [/tex]
I would like to create a plot of this function using Mathematica, but I am not very proficient with this software, and the little I know is just what I could teach myself.
So I tried something like this:
ContourPlot[-155.034 x^4 Sin[
377 t] == (0.139677 x^6 Cos[377 t]^1.414 - (0.0581964 +
0.0442696 I) x Cos[377 t]^4 + 7.09332 Cos[377 t]^5), {t, 0,
2}, {x, -4, 4}]
But with no result. I got a blank plot and sometimes a few errors after i tried again.
How would I be able to get this graph?
Thank you.
I have an implicit equation:
[tex] -155.034 x^4 ×sin(377 t) = 0.0524166 x^6 × cos^{1.414}(-377t)-(0.0581964+0.0442696 i) x ×cos^4(377 t)+7.09332 cos^5(377 t) [/tex]
I would like to create a plot of this function using Mathematica, but I am not very proficient with this software, and the little I know is just what I could teach myself.
So I tried something like this:
ContourPlot[-155.034 x^4 Sin[
377 t] == (0.139677 x^6 Cos[377 t]^1.414 - (0.0581964 +
0.0442696 I) x Cos[377 t]^4 + 7.09332 Cos[377 t]^5), {t, 0,
2}, {x, -4, 4}]
But with no result. I got a blank plot and sometimes a few errors after i tried again.
How would I be able to get this graph?
Thank you.