mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[GH-ISSUE #255] [Solver] Add some new features in output #101
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#101
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @RedGl0w on GitHub (Jun 18, 2022).
Original GitHub issue: https://github.com/UpsilonNumworks/Upsilon/issues/255
In the results of an equation solved in the solver app, there could be some other features :
@Mino1289 commented on GitHub (Jul 7, 2022):
Maybe, before adding features in the output, I think it would also be interesting to add new types of equations.
Like :
z^n = awhere(z,a)\in\mathbb{C}^2andn\in\mathbb{N}.Here the solutions are
\exists k\in [\![0, n-1]\!]; z_k = \sqrt[n]{\left | a\right |}\times e^{i\frac{\theta+2k\pi}{n}}Adding the exact solution for trigonometry equation.
Let
a \in\mathbb{R},\cos x = \cos a \Longleftrightarrow x = a+2k\pi\space (k \in \mathbb{Z}) \text{ or } x = -a+2k'\pi\space (k' \in \mathbb{Z})\sin x = \sin a \Longleftrightarrow x = a+2k\pi\space (k \in \mathbb{Z}) \text{ ou } x = \pi-a+2k'\pi\space (k' \in \mathbb{Z})\tan x = \tan a \Longleftrightarrow x = a+k\pi\space(k\in\mathbb{Z})Adding Diophantine equation
Let
(a,b,c)\in\mathbb{Z},ax + by = cwhere only(x,y)\in\mathbb{Z}fit.Maybe differential equations, but it's another level.