Properties
Category
Polish
Statistics
Comments
4
Participants
3
Subscribers
27
Votes
1
Views
706
Share
Answered
Jak połączyć lista₁ i lista₃ aby otrzymać listę:
{ - , 2x^3 , + , 0x^2 , - , 3x , + , 4 }
Chodzi o otrzymanie tabeli z tekstem.
Files:
skladniki2.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
Flatten(Zip({s, p}, s, lista_3, p, lista_1))
but it is not good lists with different type of elements
then better Flatten(Zip({s, ""p}, s, lista_3, p, lista_1))
I have some issues with Polish :) and it seems to me that you've already merged the two lists in a TableText.
Maybe you need the two lists displayed in two different lines of the table, as in the attached file?
Niestety nie o to chodzi.
Czy można z lista1 i lista3 otrzymać lista7?
Flatten(Zip({s, p}, s, lista_3, p, lista_1))
but it is not good lists with different type of elements
then better Flatten(Zip({s, ""p}, s, lista_3, p, lista_1))
Dziękuję bardzo :)
Comments have been locked on this page!