Say I want to plot the 6 solutions of the following complex equation.
What is the best practice?
| 1 | initial version |
Say I want to plot the 6 solutions of the following complex equation.
What is the best practice?
Say I want to plot the 6 solutions of the following complex equation.
What is the best practice?
EDIT by @tmonteil: to lower depedency between Sage service in the longer term, here is the code provided in the sagecell:
var('z')
solutions = solve (z^6==-8, z)
for i in range(0,6):
show(solutions[i])
Say I want to plot the 6 solutions of the following complex equation.
What is the best practice?
EDIT by @tmonteil: to lower depedency dependency between Sage service in the longer long term, here is the code provided in the sagecell:
var('z')
solutions = solve (z^6==-8, z)
for i in range(0,6):
show(solutions[i])
Say I want to plot the 6 solutions of the following complex equation.
What is the best practice?
EDIT by @tmonteil: to lower dependency between Sage service services in the long term, here is the code provided in the sagecell:
var('z')
solutions = solve (z^6==-8, z)
for i in range(0,6):
show(solutions[i])
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.