2020-10-01 19:07:58 +0100 | commented question | Plot for vectors Noted. I upgraded and it works. Thanks alot. |
2020-10-01 09:50:23 +0100 | received badge | ● Commentator |
2020-10-01 09:50:23 +0100 | commented question | Plot for vectors Sage 9.0 on Ubuntu 20.04. Guess I gotta change vers. |
2020-10-01 00:20:26 +0100 | asked a question | Plot for vectors What's up with the graph? Why are the lines not shown as vectors and why do they not change color? |
2020-09-07 13:56:04 +0100 | commented answer | plot3d() not working with firefox? I didn't know what version you wanted me to install so I installed both that are available on Ubuntu-20.04. firefox-esr 68.12 has the same issue, firefox-esr 78.2 the issue seems to be gone, |
2020-09-07 07:47:01 +0100 | commented question | plot3d() not working with firefox? sudo apt-get install sagemath |
2020-09-06 13:41:13 +0100 | commented question | plot3d() not working with firefox? Ubuntu 20.04 / Firefox 80.0.1 / Sage 9.0 / Sage was installed via terminal. |
2020-09-06 08:18:44 +0100 | asked a question | plot3d() not working with firefox? Yesterday I switched my browser from Chromium to Firefox and when I try to use Everything is white where the graph should be. I do see the small Ubuntu 20.04 / Firefox 80.0.1 / Sage 9.0 / Sage was installed via terminal. |
2020-09-05 21:38:59 +0100 | asked a question | Plotting in 2D I have a question about the plots made by SageMath compared to other CAS. Why does it make the straight line between the two curves? It's like Sage is plotting the vertical asymptote without the user asking for it. It does this to all the functions in the form of or |
2020-08-28 22:28:49 +0100 | asked a question | Issues with solve() Can anyone please tell me what am I doing wrong here? I always have issues with solve() for some reason. |
2020-08-16 13:07:58 +0100 | answered a question | Why can't I solve a simple root equation? Replacing 0.5 = 1/2 seems to work: If you write the equation into a function you get two different functions for some reason, so I don't really know what the problem is. Maybe the devs can help us here. |
2020-08-15 12:22:36 +0100 | received badge | ● Supporter (source) |
2020-08-15 12:22:34 +0100 | commented answer | Error when trying to integrate This is perfect. Thank you! |
2020-08-15 11:17:55 +0100 | received badge | ● Editor (source) |
2020-08-15 11:17:28 +0100 | commented question | Error when trying to integrate I did the changes, now I get a wrong answer. |
2020-08-15 11:13:34 +0100 | commented answer | Error when trying to integrate I don't understand why did you bother to respond if you have no idea why Sage does not compute a definite integral of a normal distribution. And no this is not a homework. I solved it in Desmos in 1 minute. I just wanted to learn how to do it in Sage since I wanted to learn how to use it better. I had no idea that you have to be an expert to even ask questions around here. |
2020-08-15 11:03:47 +0100 | answered a question | Error when trying to integrate This is what I want to do in Sage. It can be done very easily in Desmos. https://www.desmos.com/calculator/m6g... I am just trying to do this integral in Sage. When I do it the answer I get is f(x) = (1/3.33sqrt(2pi))exp((-1/2)((x-9.486)/3.33)^2) N(definite_integral(f(x), x, 6, 23)) 5.35572539176154 |
2020-08-14 23:36:56 +0100 | asked a question | Error when trying to integrate This is what I want to do in Sage. It can be done very easily in Desmos. https://www.desmos.com/calculator/7oc... I am just trying to do this integral in Sage. When I do it the answer I get is f(x) = (1/3.33sqrt(2pi))exp((-1/2)((x-9.486)/3.33)^2) N(definite_integral(f(x), x, 6, 23)) 5.35572539176154 |
2020-05-07 15:00:17 +0100 | received badge | ● Student (source) |
2020-05-06 20:15:00 +0100 | asked a question | Can't plot a function Hey guys, I'm trying to plot this function into Sage and it does not work for some reason. g(x) = binomial(3,x)*binomial(3,2-x) / binomial(6,2) plot(g(x), (x,0,2)) Nothing shows up. |
2020-03-29 23:01:05 +0100 | marked best answer | R plot in sage not showing Hello, I'm trying to use r.plot() in Sage9.0, but when I do I only get null device 1 as a output in Jupyter. Can someone please tell me what exactly I'm doing wrong here? I'm on ubuntu18.04. x <- r([1,2,3,4,5]) y <- r([2,3,4,5,2]) r.plot(x) null device 1 |
2020-03-29 23:01:05 +0100 | received badge | ● Scholar (source) |
2020-03-29 23:00:54 +0100 | commented answer | R plot in sage not showing Thanks for this one. Wish they made R more interactive in SageMath. |
2020-03-29 22:59:15 +0100 | commented answer | solve() does not solve Thank you for your answer, the result is what I was looking for. Sucks that solve() does not work with logs. |
2020-03-29 22:58:35 +0100 | answered a question | solve() does not solve Thank you for your answer, the result is what I was looking for. Sucks that solve() does not work with logs. |
2020-03-29 20:44:13 +0100 | commented question | solve() does not solve I am sorry, I messed up the log function, I wanted the log of a2 in base 10 - log(a2, 10). However when I corrected my mistake the function still doesn't work. |