La recherche a retourné 1139 résultats
Aller sur la recherche avancée
- jeu. janv. 23, 2025 9:14 pm
- Forum : Bugs
- Sujet : 1.9.0-998 multiplication d'un dessin
- Réponses : 1
- Vues : 17035
1.9.0-998 multiplication d'un dessin
Bonjour Bernard, est ce voulu que l'on n'arrive plus à multiplier un dessin par un nombre complexe pour faire une similitude? l'addition semble encore marcher: 0>> d1:=plot(sin(x)):; "Done" // Time 0 2>> d1+2,0 pnt(pnt[curve(group[pnt[x+i*sin(x)+2.0,x,-5.0,5.0,0],group[-3.0+0.958924274663*i,-2.97506...
- lun. juil. 15, 2024 9:07 pm
- Forum : Giacpy
- Sujet : arbitrary numerical precision and giacpy
- Réponses : 1
- Vues : 25971
Re: arbitrary numerical precision and giacpy
I think there is several problems. 1) What ever you put the Digits value, it is only for giacpy (giac/xcas) objects so if you enter 0.0 in python such as is: mat = [[2.0,1.0],[11.0,9.0]] then you just have a python float and you can't send it to giacpy and expect a better precision. So you need to u...
- sam. févr. 10, 2024 11:17 am
- Forum : Bugs
- Sujet : 1.9.0-73 solve
- Réponses : 8
- Vues : 16122
Re: 1.9.0-73 solve
merci pour les modifs , modifier les pointeurs de fin suffisaient pour solve(1+2*sin(3*x)) mais pas pour: jordan(companion(x^3-2,x)) où à un moment on finit à la ligne 8353 par avoir C = cmax: gdb) c Continuing. [New Thread 0x7fff1b7fe6c0 (LWP 378627)] [New Thread 0x7fff1affd6c0 (LWP 378628)] [Threa...
- ven. févr. 09, 2024 10:58 am
- Forum : Bugs
- Sujet : 1.9.0-73 solve
- Réponses : 8
- Vues : 16122
Re: 1.9.0-73 solve
avec le petit patch suivant sur la 1.9.0-91 tous les tests passent ainsi que ceux de giacpy.
- jeu. févr. 08, 2024 3:24 pm
- Forum : Bugs
- Sujet : 1.9.0-73 solve
- Réponses : 8
- Vues : 16122
Re: 1.9.0-73 solve
pourquoi ne pas changer les &buffer[cmax]-4 en
NB: je pense que les gens evoluent et que ca n'est plus vrai que les gens sont prets à compiler eux meme un logiciel de math.
Code : Tout sélectionner
longlong * ptr= &buffer[C],*ptrend=&buffer[0]+cmax-4;
- mer. févr. 07, 2024 10:49 am
- Forum : Bugs
- Sujet : 1.9.0-73 solve
- Réponses : 8
- Vues : 16122
1.9.0-73 solve
Bonjour Bernard, dans fedora giac est compilé avec -Wp,-D_GLIBCXX_ASSERTIONS et j'ai le problème suivant pour solve(1+2*sin(3*x)) avec 1.9.0-73 0>> solve(1+2*sin(3*x)) [New Thread 0x7fff1ffff6c0 (LWP 447313)] /usr/include/c++/13/bits/stl_vector.h:1125: std::vector<_Tp, _Alloc>::reference std::vector...
- sam. janv. 14, 2023 11:18 am
- Forum : Giac
- Sujet : -Wp,-D_GLIBCXX_ASSERTIONS
- Réponses : 7
- Vues : 17370
Re: -Wp,-D_GLIBCXX_ASSERTIONS
Thank you, there is a last one in the test suite when running TP17-sol.cas usr/include/c++/12/bits/stl_vector.h:1123: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator[](size_type) [with _Tp = long long int; _Alloc = std::allocator<long long int>; reference = long long int&; siz...
- jeu. janv. 12, 2023 7:30 pm
- Forum : Giac
- Sujet : -Wp,-D_GLIBCXX_ASSERTIONS
- Réponses : 7
- Vues : 17370
Re: -Wp,-D_GLIBCXX_ASSERTIONS
Thank you. When running read("testnormalize") (in the check dir) there is also: /usr/include/c++/12/bits/stl_vector.h:1206: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::front() [with _Tp = giac::T_unsigned<int, long long unsigned int>; _Alloc = std::allocator<giac::T_unsigned<int, l...
- mer. janv. 11, 2023 10:52 am
- Forum : Giac
- Sujet : -Wp,-D_GLIBCXX_ASSERTIONS
- Réponses : 7
- Vues : 17370
Re: -Wp,-D_GLIBCXX_ASSERTIONS
isn't it a bit later with ua? (NB debug is with 1.9.0.29 source) Thread 15 "icas" hit Breakpoint 1, giac::a_minus_qsize2_b (ua=std::vector of length 0, capacity 256, q=std::vector of length 2, capacity 2 = {...}, ub=std::vector of length 1, capacity 256 = {...}, ur=std::vector of length 0, capacity ...
- mar. janv. 10, 2023 2:58 pm
- Forum : Giac
- Sujet : -Wp,-D_GLIBCXX_ASSERTIONS
- Réponses : 7
- Vues : 17370
-Wp,-D_GLIBCXX_ASSERTIONS
Hi bernard, in fedora giac is built with the following: -Wp,-D_GLIBCXX_ASSERTIONS but the follwing test crashes (any versions 1.7 and 1.9) 0>> factor((x^202+x^101+1)/(x^2+x+1)) [New Thread 0x7fffc9ffb640 (LWP 135666)] /usr/include/c++/12/bits/stl_vector.h:1142: std::vector<_Tp, _Alloc>::const_refere...
- mar. janv. 10, 2023 2:48 pm
- Forum : Xcas devel
- Sujet : Segmentation fault in Fedora 37 x86_64
- Réponses : 4
- Vues : 33265
Re: Segmentation fault in Fedora 37 x86_64
Hi bernard.
these fixes were not enough, but Antonio solved the starting crash by removing the LTO FLAG during the built.
these fixes were not enough, but Antonio solved the starting crash by removing the LTO FLAG during the built.
- ven. janv. 06, 2023 6:21 am
- Forum : Xcas devel
- Sujet : Segmentation fault in Fedora 37 x86_64
- Réponses : 4
- Vues : 33265
Re: Segmentation fault in Fedora 37 x86_64
Dear Bernard,
there are 2 patches done here by Florian Weimer (btw he was waiting for a validation of his account on the forum) to improve C99 compatibility.
https://bugzilla.redhat.com/show_bug.cgi?id=2151473
could you merge them in giac?
Best
Frederic
there are 2 patches done here by Florian Weimer (btw he was waiting for a validation of his account on the forum) to improve C99 compatibility.
https://bugzilla.redhat.com/show_bug.cgi?id=2151473
could you merge them in giac?
Best
Frederic
- mar. nov. 29, 2022 1:54 pm
- Forum : Giacpy
- Sujet : probleme d'install sous windows
- Réponses : 7
- Vues : 19367
Re: probleme d'install sous windows
Ha! je n'avais pas vu que vous aviez un python 32bit. (Python3.7) Donc la c'est normal pour windows 32bits je n'ai mis aucun binaires 0.7.1 (dans ce cas rester avec la 0.7.0) Le message d'erreur est normal, sans binaire il telecharge les sources et essaie de le compiler, mais meme avec toutes les dé...
- dim. nov. 27, 2022 11:42 pm
- Forum : Giacpy
- Sujet : probleme d'install sous windows
- Réponses : 7
- Vues : 19367
Re: probleme d'install sous windows
Attention, pour windows il faut faire un binaire pour chaque sous version de python3. Je n'avais pas déposé de binaire pour python 3.7 ni 3.8, je viens de le faire, mais sinon une solution aurait ete de mettre à jour votre python. Il me semble que votre tony utilise python 3.7. du coup maintenant ce...
- dim. nov. 20, 2022 9:17 am
- Forum : Bugs
- Sujet : factor with ** and extensions
- Réponses : 1
- Vues : 8074
factor with ** and extensions
il y a un problème avec factor pour les polynomes en notation 'printpow(-1)' j'ai l'impression qu'avec des vieilles versions de pari cela fonctionne mais avec pari 2.13 sous fedora j'ai ceci. 13>> P:=x**4-x**2+1 x^4-x^2+1 // Time 0 14>> printpow(1) "^" // Time 0 15>> factor(P,[i,sqrt(3)]) (x+((-i)*3...