Ask Your Question

screened00's profile - activity

2023-09-11 06:54:08 +0200 received badge  Notable Question (source)
2023-09-11 06:54:08 +0200 received badge  Popular Question (source)
2023-07-31 20:03:26 +0200 received badge  Famous Question (source)
2022-11-27 22:47:33 +0200 received badge  Famous Question (source)
2022-11-27 22:47:33 +0200 received badge  Notable Question (source)
2022-05-20 08:40:59 +0200 received badge  Notable Question (source)
2021-08-31 21:54:22 +0200 received badge  Popular Question (source)
2021-01-21 23:17:36 +0200 received badge  Popular Question (source)
2020-12-22 18:11:42 +0200 received badge  Notable Question (source)
2020-11-09 06:35:18 +0200 received badge  Notable Question (source)
2020-05-06 12:48:53 +0200 received badge  Popular Question (source)
2019-05-22 11:11:55 +0200 marked best answer How to draw x^2-3*y^2=4 2d plot ?

It shows error, when I use 'y' variable, and says it is not defined.

So only plots of the form y=f(x) are allowed. How do I overcome this limitation in plotting?

And also how are 2d plots converted to 3D. I know how to do it. But how is it possible to make a 3d plot of a curve say, sin , as it is inherently in 2 dimensions.

2019-04-24 18:59:34 +0200 received badge  Popular Question (source)
2019-04-24 18:59:34 +0200 received badge  Notable Question (source)
2018-12-21 16:22:48 +0200 received badge  Popular Question (source)
2018-11-14 14:03:41 +0200 received badge  Famous Question (source)
2018-10-08 00:39:49 +0200 received badge  Popular Question (source)
2018-09-11 17:54:00 +0200 received badge  Popular Question (source)
2018-07-24 07:09:07 +0200 received badge  Notable Question (source)
2018-01-24 04:42:35 +0200 received badge  Popular Question (source)
2017-07-13 11:32:49 +0200 received badge  Famous Question (source)
2017-07-13 11:30:32 +0200 asked a question How does sagemath modify python?

type(3) <type 'sage.rings.integer.Integer'>

So how was sage's python version created, and do I need to learn C to be able to do that ? I would like some easy to begin guide, on how to achienve the same basic things as I'd like to know it's internal workings.

2017-06-19 19:05:34 +0200 asked a question Sagenotebook is not evaluating the cell?

sage -n is what I did. I installed sagemath and sage-notebook via pacman on archlinux. I asked them they said it's an upstream issue. However the console works, but I like cells and notebook. Don't use the console.

I waited hours but no response.

no response

2017-06-19 18:53:55 +0200 commented answer Sagenotebook hangs on arch linux?

@sebastien no, it's hang is permanent. and there is no solution. ?? I tried it for 30minutes, and it was still the same.

2017-06-17 20:13:53 +0200 commented question Sagenotebook hangs on arch linux?

If I did any mistake you can , edit the format, of images, and text.

2017-06-17 19:29:44 +0200 asked a question Sagenotebook hangs on arch linux?

This is the error. error

I just did install from the pacman repo -sagemath and the notebook? hangs

2017-06-13 14:11:29 +0200 commented answer Define a density plot?

@Dan another question is how is it a 3d graph, in wikipedia and else where they all just draw a 2d graph? From where did the extra information for the 3rd axis take over?

2017-06-13 13:52:59 +0200 commented answer Define a density plot?

@dan_fulea maybe, I mean how is the density calculated? If I can understand that, it might help to understand what is the meaning of density of sin(x)?

2017-06-13 13:37:36 +0200 commented answer Define a density plot?

If it is $\mathbb R^2 $then it's a complex value not a real one?

2017-06-13 13:34:31 +0200 commented answer Define a density plot?

@Dan By height I assume the y-value which is real. but what is meant by "from a domain inside R2 with values in R" . For height we already have the usual plot? I don't understand it.

2017-06-08 22:09:45 +0200 asked a question Define a density plot?

I was wondering, since a function is a curve, it does not have a density unlike prime density,signal density,etc? And does it plot on complex or real numbers? What is the meaning of all the colors from red to blue?

2017-06-08 18:17:52 +0200 commented answer How to draw three pyramids inside a right prism?

yeah, it works in sagemathcell. But it's only 5months old, not that old , too bad sagemath is in a constant state of turmoil, and flux.

2017-06-08 18:08:53 +0200 commented answer How to draw three pyramids inside a right prism?

@John btw are you sure, your code works? which version are you using?

2017-06-08 18:04:02 +0200 commented answer How to draw three pyramids inside a right prism?

I ran your code with poygon3d, but error.

2017-06-08 18:03:27 +0200 commented answer How to draw three pyramids inside a right prism?

@John SageMath version 7.5.1, Release Date: 2017-01-15 . polygon3d is there, but not polygons3d ?

2017-06-07 12:52:58 +0200 commented answer How to draw three pyramids inside a right prism?

I tried using polygon3d() and failed as a list too.

2017-06-07 12:51:54 +0200 commented answer How to draw three pyramids inside a right prism?

@John polygons3d() is not defined error, I get and polygon3d too accepts only one argument?

2017-06-06 17:24:02 +0200 asked a question How to draw three pyramids inside a right prism?

I want to draw three right pyramids, which together make up a prism. I want to see all the three right pyramids with different colors so that I can see them, and rotate in 3D?

tetrahedron is the function that I know, but I can't do it on my own. Or with any other 3D plot?

2017-05-26 19:48:26 +0200 asked a question What is the meaning of 3d graph?

I read the reference manual. There I see only x,y. So how is the value of z decided? Example:

def f(x,y):
      return math.sin(y*y+x*x)/math.sqrt(x*x+y*y+.0001)

P = plot3d(f,(-3,3),(-3,3), adaptive=True, color=rainbow(60, 'rgbtuple'), max_bend=.1, max_depth=15)
P.show()

I also don't know how to paste the sage cell code, as only latex is the way here.

2017-05-26 19:42:49 +0200 answered a question How to view multi-line output?

Your are right john.

2017-05-24 15:47:58 +0200 asked a question How to view multi-line output?

I type expand( (a+b)**20) but I want to see it in a single page, not as a single line? The same for 88**800 I don't want to uncheck the typesetting box.

So is there a function that can display the output in sage's raw format. What is this format, and how do I see it? I know show() and view() which show the output in the latex format, but not sage's output format.

2017-05-05 12:47:32 +0200 asked a question How to check equations/identities?

So, i got a different cubic formula for the depressed equation than that was there in the standard formula from a book. $y^3+fy+g=0 $ has the solution

$ ({-g+\sqrt {g^2/4+f^3/27} })^{1/3} + ({-g-\sqrt {g^2/4+f^3/27} })^{1/3} $

$ -\frac{f}{3 (-\frac{1}{2}g + \frac{1}{6} \sqrt{\frac{4}{3}f^3+9g^2}) ^{1/3} } == ({-g+\sqrt {g^2/4+f^3/27} })^{1/3} $

How do I check. I want to use sage,not math. In particular the bool() function.

2017-05-05 12:05:28 +0200 edited question How to broswse and clear one word at a time?

So, I can't browse to the right side of the matrix_plot? documentation. https://ptpb.pw/2A4W.png

Another problem is unlike jupyter-notebook I can't delete one word at a time, forward or backward as Ctrl+backspace doesn't work, as it is reserved for moving text back to the previous cell.

I can't even reach the end of line and the start of line using alt+> as those too are not built-in?

My main problem is editing , and clearing one word using backspace+ctrl, is there an equivalent command?