Sorry. Bad noise. But just leadingTerm documentation looks strange to me. Greg
Le mar. 29 juil. 2025, 23:20, Grégory Vanuxem <[email protected]> a écrit : > Oho, sorry. Three hours with Gemini Pro: > > (1) -> )cd /home/greg/Git > The current FriCAS default directory is /home/greg/Git > (1) -> )read Pari > Initializing PARI... > > --- `eval_str` example (success) --- > Executing: 'factor(2024)' > Result: > [ 2 3] > > [11 1] > > [23 1] > > > --- Conversion and Arithmetic Examples (Integers Only) --- > Created PARI objects: > a = 100 > c = 7 > > Arithmetic Results: > a - c = 93 > c * c = 49 > a \ c = 14 > > Results converted back to Julia types: > Difference (Int): 93 > Product (Int): 49 > Quotient (Int): 14 > > --- Conversion and Arithmetic Examples (Floats Only) --- > Created PARI objects: > f1 = 123.45000000000000284 > f2 = 0.5500000000000000444 > > Arithmetic Results: > f1 + f2 = 124.00000000000000289 > > Results converted back to Julia types: > Sum (Float64): 124.0 > > Forcing garbage collection to test finalizers... > GC run complete. > > Closing PARI library.. > > Le mar. 29 juil. 2025 à 23:10, Grégory Vanuxem <[email protected]> a > écrit : > > > > (1) -> )jud include("Pari.jl") > > > > SystemError: opening file "/home/greg/Pari.jl": Aucun fichier ou > > dossier de ce nom > > (1) -> (1) -> > > (1) -> extendedSimplify f > > > > (1) f > > > > Type: WSExpression > > Time: 0.47 (IN) + 0.03 > > (EV) + 0.50 (OT) + 0.01 (GC) = 1.00 sec > > (2) -> jlDocumentation leadingTerm > > leadingTerm(x) returns the leading (with respect to the ordering on > > the indexing set) term of z. Error: if z h > > as no support. > > Signature: > > (%)->Record(k:S,c:A) > > From: > > IndexedProductCategory > > > > What is 'z'? ;) > > > > Greg > -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/fricas-devel/CAHnU2daCzpZP8cY1NB0KCrC5kwH49u0BqrrCxAQWcRNYmkxDWw%40mail.gmail.com.
