2023-09-05 05:58:56 +0200 | received badge | ● Notable Question (source) |
2023-08-27 17:47:41 +0200 | commented question | HTML Viewer for Graphics3d Object does not display This might be the same problem as reported in Ask Sage question 68014: No 3d graphics with sage 9.8 using conda-forge |
2023-08-27 17:40:13 +0200 | edited question | HTML Viewer for Graphics3d Object does not display HTML Viewer for Graphics3d Object does not display Just installed SageMath from source. Environment is Distributor ID |
2023-08-21 22:34:32 +0200 | commented question | polyhedron pb The tutorial you mention is not the "stanford polyhedra tutorial" but the Sage polyhedra tutorial. It turns out a copy |
2023-08-21 22:26:38 +0200 | commented answer | Reduction mod p of a polynomial You can accept your own answer to mark the question as solved. |
2023-08-20 01:26:20 +0200 | received badge | ● Nice Answer (source) |
2023-08-19 01:24:17 +0200 | edited answer | plot with varying color line One could compute f(x) for a list of x along the interval. Then add intermediate points until the angle difference betw |
2023-08-19 01:15:01 +0200 | edited answer | plot with varying color line One could compute f(x) for a list of x along the interval. Then add intermediate points until the angle difference betw |
2023-08-19 01:11:26 +0200 | answered a question | plot with varying color line One could compute f(x) for a list of x along the interval. Then add intermediate points until the angle difference betw |
2023-08-18 23:59:43 +0200 | commented question | ModuleNotFound Cython error in Conda I have undeleted Ask Sage question 72565, which this had been marked a duplicate of. By mistake, one question was marke |
2023-08-18 23:58:37 +0200 | commented question | ModuleNotFound Cython error in Conda I have undeleted Ask Sage question 72565, which this had been marked a duplicate of. Someone must have made a mistake, |
2023-08-18 23:40:21 +0200 | edited answer | mutivariate polynomial with a single variable Sage has both univariate polynomial rings multivariate polynomial rings in a single variable Hopefully multivariate |
2023-08-18 23:06:59 +0200 | commented answer | Does sympy break CyclotomicField? I agree. A similar fix was contributed by Vincent Delecroix in Sage Trac ticket 30849: Make gcd/lcm interact better wi |
2023-08-18 17:18:47 +0200 | edited question | plot with varying color line plot with varying color line Is there a way to plot a complex function of a single real variable so that the color of th |
2023-08-18 17:13:15 +0200 | answered a question | Does sympy break CyclotomicField? The breakage comes from importing SymPy's Integer. Indeed, in Sage, the input 16 is preparsed as Integer(16). Usually |
2023-08-18 16:57:53 +0200 | edited question | Rational maps for a composed isogeny Let E is an elliptic curve on a field of charesteristic 101 , phi1 is an isogeny of E to E1 and phi2 is an isogeny of E1 |
2023-08-18 16:57:31 +0200 | edited question | Rational maps for a composed isogeny Let E is an elliptic curve on a field of charesteristic 101 , phi1 is an isogeny of E to E1 and phi2 is an isogeny of E1 |
2023-08-18 16:46:38 +0200 | edited question | Finding the minimal polynomial for a solution of a trigonometric system of quadratic equations Finding the minimal polynomial for a solution of a trigonometric system of quadratic equations Following the answers pro |
2023-08-18 16:45:29 +0200 | edited question | Finding the minimal polynomial for a solution of a trigonometric system of quadratic equations Finding the minimal polynomial for a solution of a trigonometric system of quadratic equations Following the answers pro |
2023-08-18 16:43:23 +0200 | edited question | Finding the minimal polynomial for a solution of a trigonometric system of quadratic equations Finding the minimal polynomial for a solution of a trigonometric system of quadratic equations Following the answers pro |
2023-08-18 16:42:16 +0200 | edited question | Finding the minimal polynomial for a solution of a trigonometric system of quadratic equations Finding the minimal polynomial for a solution of a trigonometric system of quadratic equations Following the answers pro |
2023-08-18 16:37:28 +0200 | answered a question | mutivariate polynomial with a single variable Sage has both univariate polynomial rings multivariate polynomial rings in a single variable Hopefully multivariate |
2023-08-18 16:20:18 +0200 | edited question | Solve differential equation using Laplace transform the question is :: x'''(t)-2x''(t)+5x'=0,x(0)=0,x'(0)=0,x''(0)=1 solve this using laplace transform . The question is to |
2023-08-18 16:19:48 +0200 | edited question | Solve differential equation using Laplace transform the question is :: x'''(t)-2x''(t)+5x'=0,x(0)=0,x'(0)=0,x''(0)=1 solve this using laplace transform . The question is to |
2023-08-08 22:43:07 +0200 | edited question | Why solve function can't solve system which can be solved manually Why solve function can't solve system which can be solved manually This returns an empty list: reset() var('i_B10 i_B6 |
2023-08-08 22:37:36 +0200 | edited question | Trouble with CDGA's with One Generator Trouble with CDGA's with One Generator Hi all, I've been using the functions associated with the GCAlgebra class to comp |
2023-08-05 16:02:46 +0200 | answered a question | "This protocol is not supported before version 1903" Launching Jupyter involves getting the browser to open a file. This seems to be the step where the error occurs. A qui |
2023-08-05 15:48:07 +0200 | commented answer | Code working on cocalc but not locally @adi -- you can accept your own answer to mark the question as solved. |
2023-08-02 10:16:45 +0200 | received badge | ● Good Answer (source) |
2023-07-31 18:06:06 +0200 | received badge | ● Nice Answer (source) |
2023-07-29 23:43:14 +0200 | answered a question | Code working on cocalc but not locally Rename your file from .py to .sage. Then it will be read with all Sage names active. In a .py file you need to import |
2023-07-25 09:02:58 +0200 | answered a question | How to color area between 2+ functions See "The basic options for filling a list of plots" and the surrounding examples in SageMath documentation: 2D plottin |
2023-07-25 08:43:05 +0200 | answered a question | Problem to run sagemath 9.0 in jupyter Suggestion: install SageMath 10.0 or later. You can follow either of the following Sage install instructions for Ubun |
2023-07-24 01:00:56 +0200 | answered a question | How to write Pari GP script in Sage You can install pari-jupyter which provides a PARI Jupyter kernel. pari-jupyter home page pari-jupyter python package |
2023-07-21 18:27:01 +0200 | edited question | MacOs 13.4 binary cant find sage.repl.utils module MacOs 13.4 binary cant find sage.repl.utils module Running macOS Ventura 13.4.1, Sage app from 3-manifolds project, Sage |
2023-07-21 15:49:23 +0200 | commented answer | Question for formatted output Please post such feedback as a comment to the answer, not as a new answer. |
2023-07-21 15:48:55 +0200 | commented answer | Question for formatted output Please post such thanks as a comment to the answer, not as a new answer. |
2023-07-21 15:47:03 +0200 | commented answer | Can I display a polynomial with higher order than 20? @aleph: you can accept the answer by clicking the check mark icon at the top left of the answer, below the answer's scor |
2023-07-21 14:31:10 +0200 | commented answer | tqdm in jupyter doesn't work correctly Congratulations. You can accept your own answer to mark your question as solved. |
2023-07-07 16:03:17 +0200 | commented question | graph plot: size of arrow heads Welcome to Ask Sage! Thank you for your question. |
2023-07-07 16:00:00 +0200 | answered a question | Plotting a Probability distribution with varying parameter Each plot3d command produces a graphics object. Such objects can be added together in Sage. The following might give t |
2023-07-05 03:11:11 +0200 | received badge | ● Necromancer (source) |
2023-07-04 17:57:55 +0200 | answered a question | Mysterious Disappearance of an edge One workaround is to add a frame by hand to each graph plot. Here is one way to do that. corners = [(-0.5, -0.5), (1.5 |
2023-07-04 17:41:17 +0200 | answered a question | How to adjust the size of graphs in `graphs_list.show_graphs` Not sure how to customize the graphics produced by graphs_list.show_graphs. As you figured out, an alternative approach |
2023-07-04 15:44:59 +0200 | commented question | SageTex - Initializing plots directory fails in external drive. Filipe, did you solve your problem? If so, can you post a solution here? |
2023-06-27 17:50:13 +0200 | commented question | Getting a kernelspec warning when launching a notebook. Welcome to Ask Sage! Thank you for your question. |
2023-06-27 17:49:33 +0200 | commented question | Change of basis and product in associative algebra Welcome to Ask Sage! Thank you for your question. |
2023-06-27 17:48:58 +0200 | commented question | Change of basis and product in associative algebra Duplicate of Ask Sage question 69561. |
2023-06-27 17:47:00 +0200 | answered a question | Dashed line in a one variable parametric_plot3d The naming is maybe a bit misleading but parametric_plot is for 2d or 3d parametric arcs or curves parametric_plot3d i |
2023-06-26 18:56:52 +0200 | commented question | hyperplane arrangement algorithm and complexity Duplicate of Ask Sage question 69506. |