La recherche a retourné 5897 résultats

par parisse
dim. août 31, 2025 5:13 pm
Forum : Annonces
Sujet : 2.0.0
Réponses : 7
Vues : 4601

Re: 2.0.0

2.0.0-12
Introduces --mpc option in commandline interface, to be used with IA Tools, like for LM Studio
https://www-fourier.univ-grenoble-alpes ... iacmcp.zip
par parisse
dim. août 24, 2025 10:05 am
Forum : Test
Sujet : test
Réponses : 3
Vues : 21324

Re: test

par parisse
sam. août 23, 2025 4:41 pm
Forum : Test
Sujet : test
Réponses : 3
Vues : 21324

Re: test

par parisse
jeu. juil. 24, 2025 4:24 pm
Forum : Autres
Sujet : fourier_bn issue
Réponses : 0
Vues : 395

fourier_bn issue

par parisse
jeu. juil. 10, 2025 10:58 am
Forum : Xcas - English
Sujet : Distribute power into quantity
Réponses : 5
Vues : 1963

Re: Distribute power into quantity

I like this idea, it can also be expanded to small useful programs that users can look at as examples. I will think about that, thank you!
par parisse
dim. juil. 06, 2025 6:17 pm
Forum : Xcas - English
Sujet : Landscape option
Réponses : 7
Vues : 903

Re: Landscape option

I looked at the source code, Landscape applies only to a variant of the GUI library FLTK, when FL_DEVICE is defined. This is not the case for the stock FLTK library now. I should probably remove this option from the configuration...
par parisse
mer. juil. 02, 2025 5:27 pm
Forum : Xcas - English
Sujet : Unable to build latest release
Réponses : 5
Vues : 852

Re: Unable to build latest release

Great!
I will also make an attempt to modify the source of FLTK that is included in giac so that -fPIC is added to the compilation flags. Maybe this will prevent someone else to have the same issue.
par parisse
mar. juil. 01, 2025 9:20 am
Forum : Xcas - English
Sujet : Unable to build latest release
Réponses : 5
Vues : 852

Re: Unable to build latest release

Then maybe it's libfltk.a which was not built with -fPIC. It was compiled from source here, because FLTK was not found in the system. I would try one of the following options: install FLTK (1.3), the version packaged from your distribution, or try to recompile from the source with -fPIC enabled.
par parisse
lun. juin 30, 2025 1:05 pm
Forum : Xcas - English
Sujet : Unable to build latest release
Réponses : 5
Vues : 852

Re: Unable to build latest release

Strange, maybe you can fix that if you modify the Makefile in the src directory and add -fPIC at the "CXXFLAGS = ..." line, then run make clean and make again.
par parisse
ven. juin 27, 2025 11:17 am
Forum : mat307 Courbes, eqdiff PHY
Sujet : indications correction juin2025
Réponses : 0
Vues : 827

indications correction juin2025

https://www-fourier.univ-grenoble-alpes.fr/~parisse/m307/m307juin25.pdf 1.1/ Période 2*pi (évident), x est paire, y impaire, symétrie Ox 1.2/ Définie sur [0,pi] donc pas de branche infinie 1.3/ x'=0 ssi sin(t)=sin(2t),y'=0 ssi cos(t)=cos(2t), donc point singulier ssi t et 2t ont même sinus et même c...
par parisse
jeu. juin 26, 2025 2:11 pm
Forum : mat406 Math ordi MAT&MIN
Sujet : indications correction juin2025
Réponses : 0
Vues : 1325

indications correction juin2025

https://www-fourier.univ-grenoble-alpes.fr/~parisse/mat406/m406juin25.pdf 1.1/ P'=5x^4+1>0, P(x=0)<0 et P(x=2)>0 1.2/ x-P/P' 1.3/ P''=20x^3, P est convexe sur R^+, donc u0=2 convient 1.4/ pour u0=2, p:=x^5+x-3; f:=unapply(x-p/p',x); u4:=(f@@4)(2.0) renvoie 1.13705435845 p(x=u4) renvoie 0.0377... 1.5...
par parisse
jeu. juin 19, 2025 7:13 pm
Forum : Annonces
Sujet : 2.0.0
Réponses : 7
Vues : 4601

Re: 2.0.0

2025/06/19: version 2.0.0-4
Some bug fixes (normal/factor with fractional powers and many variables)
Support for integrate(x*P(x)/(exp(a*x)+1),x,0,inf)

Source and win/debian 11 binaires were updated.
par parisse
mer. juin 18, 2025 6:14 pm
Forum : KhiCAS: Xcas pour calculatrices HP, Numworks, Casio, TI83 et Nspire
Sujet : bac 2025 avec KhiCAS
Réponses : 8
Vues : 3677

Re: bac 2025 avec KhiCAS

métropole jour 2, https://www.apmep.fr/IMG/pdf/Metropole__spe_J2_18_06_2025_DV.pdf exo 1 proba/stats: pour cet exercice, une calculatrice scientifique suffit, sauf pour A5b/ ou ce serait fastidieux binomial_cdf(100,0.24,20,100) ou 1-binomial_cdf(100,0.24,19) exo 2: 1/ solve([3/2+2t=s,2+t=3/2+s,3-t=3...
par parisse
mer. juin 18, 2025 6:19 am
Forum : KhiCAS: Xcas pour calculatrices HP, Numworks, Casio, TI83 et Nspire
Sujet : bac 2025 avec KhiCAS
Réponses : 8
Vues : 3677

Re: bac 2025 avec KhiCAS

métropole 17 juin, https://www.apmep.fr/IMG/pdf/Metro_J1_17_06_2025_DV.pdf exo 1: tout le début se fait avec une calculatrice scientifique, ensuite on gagne un peu de temps avec binomial_cdf(100,0.0714,7) donne 0.577 stddev(binomial,100,0.0714)=>S, l'écart-type vaut 2.57.. puis S^2 la variance donne...