#11138: Make Jacobi symbol
----------------------------------------------------+-----------------------
Reporter: kcrisman | Owner: was
Type: enhancement | Status: needs_work
Priority: minor | Milestone:
Component: number theory | Keywords: beginner
Author: Taylor Dupuy | Upstream: N/A
Reviewer: François Bissey, Karl-Dieter Crisman | Merged:
Work_issues: |
----------------------------------------------------+-----------------------
Comment(by tdupu):
Here is the copy and paste requested
{{{
sage: l=factor(777)
sage: prod([legendre_symbol(10,l[i][0])^(l[i][1]) for i in
range(len(l))])
-1
}}}
when I run jacobi_symbol(10,777) it returns zero:
{{{
sage: jacobi_symbol(10,777)
0
}}}
Let me know if my formatting isn't correct. I didn't change to the
Kronecker Symbol.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11138#comment:4>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.