Laël Cellier on Sat, 11 Jan 2025 22:59:44 +0100
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
What’s the equivalent of Mathematica’s Function in Pari/Gp
|
- To: pari-users@pari.math.u-bordeaux.fr
- Subject: What’s the equivalent of Mathematica’s Function in Pari/Gp
- From: Laël Cellier <lael.cellier@laposte.net>
- Date: Sat, 11 Jan 2025 22:59:38 +0100
- Delivery-date: Sat, 11 Jan 2025 22:59:44 +0100
- Disposition-notification-to: Laël Cellier <lael.cellier@laposte.net>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=laposte.net; s=lpn-wlmd; t=1736632781; bh=NRTSE5HUxxAD/t2Xw9QtxLCnCO/xYX/PzjHvlYKw5ME=; h=Message-ID:Date:MIME-Version:Content-Language:To:From:Subject:Content-Type:Content-Transfer-Encoding; b=rqncCD1Lg2T8xzZaEuw7lalHqBVm5W8/5EA524qB4ucQjCbnpbqFgOovRIjCvbsyrQVcjZWDDX5YbzjR5mREB1+hOnvN15Qb8ZXfLRZ3QrdT2j2zlK/L9xozU/PzdDgKU4tvPQM0y7A4M8Da+Y+Egp5p1V5sdGRgprKJqaH+JyQxWcej5K51e3k6mxuzFRM2eEMO/02N08QZFW+ppkJww4qxOT1Y6sBvC99FgMQUTGFgkSK4kZKubjlrYUAxzriQ9OvtHIWxavGadSftckji+rvNYQ8kJqIO4j2ec5m8Q44F/sZjJ+s8tri6vQYsPLa9qCKPPD5waf3pAAdx5iDkKA==;
- User-agent: Thunderbird Daily
Bonjour,
simple question, in mathematica, I can write something like this :
Solve[((25)^2 + x RSA260)/(y) == (Floor[RSA260^(1/2)] + 1)^2, {x, y},
Integers]
where RSA260 is variable, and it returns me a value of x and y for which
the equation is true.
Given the intent is clear even without understand the Mathematica’s
language, what’s the equivalent of this Paris/Gp given I can’t afford
buying mathematica ?
Cordialement,