Max Alekseyev on Tue, 09 Mar 2010 20:45:32 +0100
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
- To: pari-users <pari-users@list.cr.yp.to>
- Subject: norm of fundamental unit
- From: Max Alekseyev <maxale@gmail.com>
- Date: Tue, 9 Mar 2010 14:43:47 -0500
- Delivery-date: Tue, 09 Mar 2010 20:45:32 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=JucTyirXFxP0JoJGq2wlQLkO2ghhAYvL4lKVDlxSeU0=; b=ax+elZbUB2PvydhXgb5bhL7UKdSU883z6Td1UCsq/883JQe4/wpZrhYOF4+dab2E42 T6kgQP+/okSna3AarCQ5JcBah9yMLg2x8sSz9Fh4tUs35dDjBh0y2OMV9oBT9sjje97M +6zjGRR1YWFkSImAwacUi+uGep0T6PtRedL2E=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=WTwKEu4DAxMs7l2hCNUj+/ounOs9NpfXKYNWBbK3QoTwZhQ15CEgZu5PFEHsxtyxBt +/Nluo99bbtaMfkcLrTscEX7i5niDE8ZsLprwPgq3w8hXqhsiUV8IZEQVPbqSLtDH8l4 pmAIPLShxLeQ4JoNSthDl165QGviF7xCGluS4=
- Mailing-list: contact pari-users-help@list.cr.yp.to; run by ezmlm
I apologize if my question is not directly related to PARI.
It is about quadratic fields Q(sqrt(d)) where d is a positive
non-square integer. I wonder how to classify such d that there exists
an element of norm -1, while the norm of fundamental unit (computed by
PARI) is 1?
An example is given by d=34:
? bnfinit(x^2-34).fu[1]
%1 = Mod(6*x + 35, x^2 - 34)
? norm(%)
%2 = 1
? norm(Mod(1/5*x-3/5,x^2 - 34))
%3 = -1
Thanks,
Max