Gareth Ma on Thu, 21 Dec 2023 07:58:34 +0100
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Precision too low in bnfisprincipal
|
- To: pari-users@pari.math.u-bordeaux.fr
- Subject: Precision too low in bnfisprincipal
- From: Gareth Ma <grhkm21@gmail.com>
- Date: Thu, 21 Dec 2023 06:58:29 +0000
- Delivery-date: Thu, 21 Dec 2023 07:58:34 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1703141910; x=1703746710; darn=pari.math.u-bordeaux.fr; h=content-transfer-encoding:subject:from:to:content-language :user-agent:mime-version:date:message-id:from:to:cc:subject:date :message-id:reply-to; bh=/YD9DaR3pgT3OlKYEbhRODUu5oyo0Q2ATPpUGa5lhnM=; b=TNGy2fw2CUDXz3dpn4iQCyB7aghBgjhBLI6PyD9EvxzWintWg6wKSNoce/+hasQYgr 7n0XclvJU3TnFXQ3Z431KN42Ycz8f+oKslq+YRpcM9LLxAPvKWxlJxuwqzf3vfe2nxBU CrT0wndRhiRkdGxuFGfpzlyWxVh/9ACVbiDeP71knanv2UVvG+KIjq229L+dLzOId5XN POpGiCkK9lqokA+zZFCFIY1LUNxlWBcRMGk2WWb1mfD+ACLLy+tnQDr+1YsBFeQhWnEW 3WsnB2PWc0SdenQ8GN+1f5wOL/V7+Ux6BaWnC6WuyeKNDdToMnQk7cx8E3Nrdie7pR5O lhFA==
- User-agent: Mozilla Thunderbird
Hi all. I am trying to use `bnfisprincipal`, but it is somehow failing
even for very small inputs. Here is an example:
default(realprecision, 2000);
bnf = bnfinit(x^2 + 199, flag=1)bnfisprincipal(bnf, bnf.gen[1] ^ 9)
*** bnfisprincipal: Warning: precision too low for generators, not given.
%7 = [[1]~, []~]