La recherche a retourné 63 résultats

par belanger
jeu. mai 15, 2025 6:24 pm
Forum : Annonces
Sujet : 2.0.0
Réponses : 5
Vues : 2372

Re: 2.0.0

Well, this is cool! I'm installing the compiled version right now, and installed the web version with local files. It looks amazing and works great. I noticed the instructions for using Xcas on a smartphone suggest opening the web version hosted at www-fourier.ujf-grenoble.fr. (It also mentions Xcas...
par belanger
mer. août 21, 2024 7:31 pm
Forum : Xcas - English
Sujet : subst cmd
Réponses : 9
Vues : 14449

Re: subst cmd

For what it's worth, here is a small patch to update the documentation cascmd_en.tex.
(It's a text file, but I had to add the pdf extension to upload it.)
par belanger
jeu. août 01, 2024 2:12 am
Forum : Xcas - English
Sujet : subst cmd
Réponses : 9
Vues : 14449

Re: subst cmd

Oh! Neither the English nor the French manual mentions using "quote" as a third argument; that should probably be fixed. Also, "help(subst)" actually gives an example where both the second and third arguments are equations. As compsystems points out, that would violate the 0,1,infinity rule. But I s...
par belanger
lun. juil. 29, 2024 9:02 am
Forum : Xcas - English
Sujet : subst cmd
Réponses : 9
Vues : 14449

Re: subst cmd

The documentation says that the subst command takes two or three arguments. The third argument is intended to hold a value (or list of values). I would guess that through a quirk of programming the third argument can be used for another equation, but this wasn't intended. Since subst can't take more...
par belanger
mar. août 22, 2023 1:53 am
Forum : Bugs
Sujet : dh_clean compatibility levels
Réponses : 1
Vues : 8675

dh_clean compatibility levels

This isn't really a bug, but I wasn't sure where to put it and thought it might be worth mentioning. I was just compiling giac on a new computer with Debian 12. When I first tried to create a deb file with mkdebian, I got the error, with both the latest stable and latest unstable versions, dh_clean:...
par belanger
lun. nov. 21, 2022 3:45 am
Forum : Bugs
Sujet : Bug or my mistake?
Réponses : 5
Vues : 10619

Re: Bug or my mistake?

Also, it doesn't integrate dy/dt back to y if it is entered as
diff(y(t),t).
If you enter
eq1 := diff(y(t),t,1)
then again
int(eq1,t)
returns undef.
Oddly, perhaps,
diff(y(t),t,1)
returns
diff(y(t),t,1)
I expected
diff(y(t),t)

Jay
par belanger
ven. oct. 28, 2022 7:26 pm
Forum : Xcas - English
Sujet : Handling big numbers?
Réponses : 5
Vues : 10332

Re: Handling big numbers?

Another question: I want to know if the square root (or, if possible, any n'th root) of a large integer is an integer, how do I do this? (in other words, I'm not interested in the root itself, only in knowing whether it's integer.) I'm sure there's a good reason this isn't a good solution, but the ...
par belanger
sam. avr. 16, 2022 11:21 pm
Forum : Annonces
Sujet : 1.9.0
Réponses : 12
Vues : 25290

Re: 1.9.0

That's exciting!
Does the 2.0 release have any meaning other than a number bump?
Regardless, it's cool and looks good!
par belanger
sam. oct. 30, 2021 10:24 pm
Forum : Xcas - English
Sujet : Truncated output
Réponses : 4
Vues : 6793

Re: Truncated output

The IT department will install what I need, but it won't be installed until next school year. Which will be fine. Thanks!
par belanger
ven. oct. 29, 2021 5:15 pm
Forum : Xcas - English
Sujet : Truncated output
Réponses : 4
Vues : 6793

Re: Truncated output

I think the LaTeX->PDF->Print would work for me, but I'm not sure about my students.
par belanger
mer. oct. 27, 2021 11:22 pm
Forum : Xcas - English
Sujet : Truncated output
Réponses : 4
Vues : 6793

Truncated output

Xcas is installed on my university's computers (they use a Windows Thin Client), and printing from there cuts off part of the session. For example, I've attached the print result of a small session (winsession.ps). I use Ubuntu, not Windows, so I tried it on my computer. This time, the session was t...
par belanger
sam. mars 06, 2021 3:23 am
Forum : Xcas sessions (English)
Sujet : Trying out tableaunoirxcas
Réponses : 3
Vues : 17121

Re: Trying out tableaunoirxcas

The magnets probably have a white background because I use the "switch to whiteboard" option; it somehow changed to white on black when I pushed the "Forum" button. This blackboard covered something I wanted to show my advanced calculus class, I thought it'd be fun to try it on tableaunoirxcas. It w...
par belanger
ven. mars 05, 2021 5:28 am
Forum : Xcas sessions (English)
Sujet : Trying out tableaunoirxcas
Réponses : 3
Vues : 17121

Trying out tableaunoirxcas

I can get tableaunoirxcas to work, but it looks as if the Xcas magnets get messed up when I post the url. I'll figure it out.... https://www-fourier.univ-grenoble-alpes.fr/%7eparisse/tableauen.html#python=0&radian=1&width=12600&height=800&00840004npsr&000d00S2GwJpKqMoLnMq&000g00Q2IvKpLpJpLqKpMoLoMn&...
par belanger
mar. févr. 23, 2021 2:07 am
Forum : Xcas - English
Sujet : tableaunoirxcas
Réponses : 0
Vues : 4035

tableaunoirxcas

(I'm not sure if this is the right subforum to post this, but here goes...) In the index_en.html file that comes with Tableaunoirxcas, the code that actually saves the session (in the "My Board" part of the menu) is missing. It is there in index.html, so I can get it working with a cut-and-paste, b...
par belanger
ven. déc. 18, 2020 4:04 am
Forum : Xcas - English
Sujet : sample and distributions
Réponses : 2
Vues : 4790

Re: sample and distributions

Never mind, I guess, Everything works fine without the eval(...,0) there (and I'm a bit surprised it worked in that one case with the eval).