Properties
Category
English
Similar Topics
Statistics
Comments
6
Participants
3
Subscribers
0
Votes
1
Views
1234
Share
Completed
Hi, I want to get the first part of the factorization (x - 3) * (x + 1) -> (x - 3) on row #4 , xCAS have a command called PART, but it seems that it is not available in GG, please GG Development group, add this super important function
Thanks
PART CMD info
http://www-fourier.ujf-gren...
CAS VIEW (GG)
1: x^2 = 2*x + 3 -> x^2 = 2*x + 3
2: $1 - (2x + 3) -> x^(2) - (2 * x) - 3 = 0
3: Factor[LeftSide[$2]] -> (x - 3) * (x + 1)
4: part( (x - 3) * (x + 1), 1 ) -> (x - 3)
- GeoGebra
- Help
- Partners
-
Contact us
- Feedback & Questions
- This email address is being protected from spambots. You need JavaScript enabled to view it.
- +43 677 6137 2693
© 2023 International GeoGebra Institute
You like the Parisse's job within giac, you'll like the Parisse's and other developers job within GeoGebra
Try :
4: Element[$3,1]
and/or :
4:Element[Factors[LeftSide[$2]],1,1]
I think this is what you need:
Please make sure you use the new version (5.0.354.0) which has a couple of related bugs fixed
Comments have been locked on this page!