2022-04-01 16:01:46 +0200 | received badge | ● Popular Question (source) |
2022-03-04 22:51:49 +0200 | asked a question | Use a loop algorithm to find all the primitive nth- root of unity. Use a loop algorithm to find all the primitive nth- root of unity. So I want to write a function f(n) such that when I p |
2019-02-14 02:55:54 +0200 | asked a question | __init__() takes exactly 5 arguments (4 given) error in contour plot I am trying to make a contour plot of a complex valued function. Let say it is g(z). I have imported the complex root and ContourPlot command by doing following: I have even successfully plot the 3d-Plot, but I encountered an error stating: My command is: It seems that I did not miss the fifth argument, I tried to add in some commands, such as plot_points, but then Sage said it did not expect these commands.. What did I miss? Thank you!! |
2019-02-14 02:55:54 +0200 | asked a question | Conditional Plot, plot f(x+iy) if g(x+iy) satisfies some kind of condition Let's say I have two functions f(zeta) and g(zeta), and I'd like to have 3D-plot and Contour Plot of f(zeta) if g(zeta) in a certain range. I have defined f(zeta) and g(zeta), and then I tried this command, but Sage said the syntax is not valid. I am pretty new with Sage math, so please bear with me if the question is too trivial.... |