Ask Your Question

Andr's profile - activity

2024-04-13 11:34:23 +0200 asked a question How set and especially clear bits?

How set and especially clear bits? I try n.set_bit(7) No set_bit, clear_bit methods for n. Next I try clear by bit ma

2024-04-11 20:55:58 +0200 commented question Is posssible debugging? How to use files?

How it configure with Mint?

2024-04-08 19:14:48 +0200 asked a question Is posssible debugging? How to use files?

Is posssible debugging? How to use files? I think, Sage is Python language (although has operator ^ , Python has only **

2024-04-08 00:16:53 +0200 asked a question Error in Sage? Integer object is not callable

Error in Sage? Integer object is not callable I call p = random_prime(5000000, True, 4000000) print(factor(p-1)) by

2024-02-11 18:14:14 +0200 edited question Quadratic Lagrange interpolation

Qudratic Lagrange interpolation Lagrange quadratic polynomials are described in http://mathonline.wikidot.com/quadratic-

2024-02-11 17:09:54 +0200 asked a question Quadratic Lagrange interpolation

Qudratic Lagrange interpolation Lagrange quadratic polynomials are described in http://mathonline.wikidot.com/quadratic-

2024-02-04 06:27:32 +0200 edited question How to find parameter functions ?

How to find parameter functions ? Is given y = f(x). How to find x = fx(u) and y = fy(u) where u is uniform by length of

2024-02-04 02:16:17 +0200 asked a question How to find parameter functions ?

How to find parameter functions ? Is given y = f(x). How to find x = fx(u) and y = fy(u) where u is uniform by length of

2023-11-28 16:30:38 +0200 received badge  Notable Question (source)
2023-07-29 07:56:12 +0200 asked a question Sagitta to arc angle start and span

Sagitta to arc angle start and span In c++ with Qt we have QPainterPath path; path.moveTo(startX, startY); path.arcTo(x

2023-03-29 02:45:19 +0200 received badge  Popular Question (source)
2022-10-21 16:46:36 +0200 received badge  Popular Question (source)
2022-09-24 09:43:52 +0200 answered a question Batch processing

Goal: create testusite with correct solutions: I have samples.sage: eq0a =1.754223168770020-1.189676139503717*x-0.90831

2022-09-21 14:40:43 +0200 received badge  Associate Editor (source)
2022-09-21 14:40:43 +0200 edited answer Plot3d not works

Version 9.5 has good plot3d. Is one problem: sudo make install took long time and mainly generate documentation but not

2022-09-21 14:35:12 +0200 edited answer Plot3d not works

Version 9.5 has good plot3d. Is one problem: sudo make install took long time and mainly generate documentation but not

2022-09-21 14:33:14 +0200 edited answer Plot3d not works

Version 9.5 has good plot3d. Is one problem: sudo make install took long time and mainly generate documentation but not

2022-09-21 14:15:59 +0200 edited answer Plot3d not works

Version 9.5 has good plot3d. Is one problem: sudo make install took long time and mainly generate documentation but not

2022-09-21 14:15:40 +0200 edited answer Plot3d not works

Version 9.5 has good plot3d. Is one problem: sudo make install took long time and mainly generate documentation but not

2022-09-18 13:02:21 +0200 edited question Batch processing

Batch processing So far I have used sagemath one command at once. I need solve hundreds of equations, with coefficients

2022-09-18 12:30:52 +0200 edited answer Batch processing

this answer do delete

2022-09-18 12:30:01 +0200 edited answer Batch processing

-- post to delete,

2022-09-18 12:29:15 +0200 answered a question Batch processing

small typo

2022-09-18 12:29:05 +0200 edited question Batch processing

Batch processing So far I have used sagemath one command at once. I need solve hundreds of equations, with coefficients

2022-09-18 12:25:50 +0200 asked a question Batch processing

Batch processing So far I have used sagemath one command at one. I need solve hundreds of equations, with coefficients f

2022-09-18 11:31:52 +0200 answered a question Finding roots polynomial 2D

I found sequence: var('x y') eq1 = 2*x^2 + x*y +x == 6 eq2 = 3*x^2 + 2*y^2- y == 6 solutions = solve([eq1, eq2], x, y)

2022-09-18 10:43:54 +0200 asked a question Finding roots polynomial 2D

Finding roots polynomial 2D I have polynomial 2D degree 2 $(1,x,y,xy,x^2,y^2) $ defined on triangle. How to find all roo

2022-04-16 19:23:50 +0200 edited question exp of quaternion

exp of quaternion I try Q.<i,j,k> = QuaternionAlgebra(SR, -1, -1) exp(x+i*x+j*x+k*x) I get TypeError: can

2022-04-16 19:22:50 +0200 asked a question exp of quaternion

exp of quaternion I try Q.<i,j,k> = QuaternionAlgebra(SR, -1, -1) exp(x+i*x+j*x+k*x) I get TypeError: can

2022-04-15 15:07:10 +0200 answered a question Plot3d not works

Version 9.5 has good plot3d. Is one problem: sudo make install took long time and mainly generate documentation but not

2022-04-15 12:47:08 +0200 commented question Plot3d not works

SageMath version 9.4, Release Date: 2021-08-22 installed by dnf, Firefox 98.0.2. Similat in Chromium. Version 9.4 is las

2022-04-15 12:44:41 +0200 commented question Plot3d not works

SageMath version 9.4, Release Date: 2021-08-22 installed by dnf, Firefox 98.0.2

2022-04-15 10:39:45 +0200 edited question Plot3d not works

Plot3d nort works I call x, y = var('x y') plot3d(sin(pi*((x)^2+(y)^2))/2,(x,-1,1),(y,-1,1), frame=False, color='purple

2022-04-15 10:39:20 +0200 asked a question Plot3d not works

Plot3d nort works I call x, y = var('x y') plot3d(sin(pi*((x)^2+(y)^2))/2,(x,-1,1),(y,-1,1), frame=False, color='purple

2022-04-15 08:52:14 +0200 asked a question Twodimensional DFT

Twodimensional DFT About one dimensional DFT is https://doc.sagemath.org/html/en/reference/calculus/sage/calculus/transf

2022-04-14 19:45:55 +0200 answered a question How derive minimization frequencies formula ?

age: derivative(abs(xn-a*N/(1-exp(-i*2*pi*k/N)))^2,a) ....: ....: ....: 8*(xn + 8*a/(e^(-1/4*I*pi*k) - 1))/(e^(1/4*I*

2022-04-14 19:44:47 +0200 edited answer How derive minimization frequencies formula ?

derivative(abs(xn-aN/(1-exp(-i2pik/N)))^2,a) 8(xn + 8a/(e^(-1/4Ipik) - 1))/(e^(1/4Ipik) - 1) + 8(8a/(e^(1/4I

2022-04-14 19:44:14 +0200 edited answer How derive minimization frequencies formula ?

derivative(abs(xn-aN/(1-exp(-i2pik/N)))^2,a) => 8(xn + 8a/(e^(-1/4Ipik) - 1))/(e^(1/4Ipik) - 1) + 8(8

2022-04-14 19:42:44 +0200 edited answer How derive minimization frequencies formula ?

derivative(abs(xn-aN/(1-exp(-i2pik/N)))^2,a) => 8*(xn + 8*a/(e^(-1/4*I*pi*k) - 1))/(e^(1/4*I*pi*k) - 1) + 8*

2022-04-14 19:42:10 +0200 edited answer How derive minimization frequencies formula ?

derivative(abs(xn-aN/(1-exp(-i2pik/N)))^2,a) => 8*(xn + 8*a/(e^(-1/4*I*pi*k) - 1))/(e^(1/4*I*pi*k) - 1) + 8*(8*a/(e^

2022-04-14 19:41:46 +0200 edited answer How derive minimization frequencies formula ?

derivative(abs(xn-aN/(1-exp(-i2pik/N)))^2,a) => 8*(xn + 8*a/(e^(-1/4*I*pi*k) - 1))/(e^(1/4*I*pi*k) - 1) + 8*(8*a/(e^

2022-04-14 19:41:04 +0200 edited answer How derive minimization frequencies formula ?

derivative(abs(xn-aN/(1-exp(-i2pik/N)))^2,a) => 8(xn + 8a/(e^(-1/4Ipik) - 1))/(e^(1/4Ipik) - 1) + 8(8a/(e^(1/4Ipik)

2022-04-14 19:35:03 +0200 answered a question How derive minimization frequencies formula ?

derivative(abs(xn-aN/(1-exp(-i2pik/N)))^2,a)

2022-04-14 14:42:28 +0200 edited question How derive minimization frequencies formula ?

How derive minimization frequencies formula ? Fourier DFT transformation of sawtooth wave (0, a, 2 a, 3a..a*(N-1).) has

2022-04-14 14:41:51 +0200 asked a question How derive minimization frequencies formula ?

How derive minimization frequencies formula ? Fourier DFT transformation of sawtooth wave (0, a, 2 a, 3a..a*(N-1).) has

2022-04-14 05:02:11 +0200 edited question How to expand e^(jx) ?

How to expand e^(jx) I want express $e^{jx}$ in trigonometric form

2022-04-14 05:02:02 +0200 asked a question How to expand e^(jx) ?

How to expand e^(jx) I want express $e^{jx}$ in trigonometric form

2020-12-07 13:04:50 +0200 asked a question How plot methods?

I use

r = 1.1
r.eint().n(digits=10)

output 2.167378280

But

plot(x.eint(), x, [-1,1],frame=True)

causes error: AttributeError: 'sage.symbolic.expression.Expression' object has no attribute 'eint'

How can I plot also functions defined as methods?

2020-12-01 20:28:50 +0200 commented answer Some 2-d plot questions

what is ff? if I replace ff by f, I get empty plot. verbose 0 (3835: plot.py, generate_plot_points) Last error message: 'unsupported operand parent(s) for *: 'Real ball field with 1000 bits of precision' and 'Real Field with 84 bits of precision''