Properties
Category
Polish
Statistics
Comments
8
Participants
3
Subscribers
29
Votes
1
Views
1207
Share
Answered
Potrzebna jest mi lista
{-2x^3,0x^2,-3x,4}
Czy jest na to krótszy sposób niż tworzenie list w1,w2,w3?
Files:
skladniki.ggb
- 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
Ok, you are moaning about the exponents in x^1 and x^0 ...
Then try this ...
not shorter but one instruction Coefficients(w) Sequence(x^n, n, Degree(w) , 0, -1)
it is wroten in english
Dziękuję bardzo.
Jest prawie dobrze, ale zamiast "4" mam "4x^0"
Z kolei
Współczynniki(w) Ciąg(Uprość(x^n), n, Stopień(w), 0, -1)
daje mi
{-2x^3,0x^2,-3x,4*1}
then perhaps Coefficients(w) Sequence(Polynomial(x^n), n, Degree(w), 0, -1)
Coefficients(w) Sequence(Polynomial(x^n), n, Degree(w), 0, -1)
{-2x^3,0x^2,-3x,4*1}
Zamiast "4" jest "4*1"
Hmm, have you also try out the suggested commands in CAS instead of Algebra?
If that doesn't help, a workaround might be manipulating the Sequence-List by hand knowing that degree 0 seems to cause the problem for you.
Greetings
mire2
{{-2x^3,0x^2,-3x^1,4}}
Zamiast "-3x" mam "-3x^1"
Ok, you are moaning about the exponents in x^1 and x^0 ...
Then try this ...
Bardzo, bardzo dziękuję.
:)
Comments have been locked on this page!