Hello, This is not what you are looking for but you can use ´append’ eventually if necessary with ´map’´. For sure there more command for that.
And sorry for thé bad quote character. Le sam. 23 déc. 2023 à 21:42, 'Nasser M. Abbasi' via FriCAS - computer algebra system <[email protected]> a écrit : > Maple has very useful command op(expression) > <https://www.maplesoft.com/support/help/maple/view.aspx?path=op> which > basically extracts operands of the expression to an expression sequence. > For example, gives two lists and if I want to join the two lists into one > list, I could do > > L1:=["A","B","C"]; > L2:=["E","F","G"]; > L3:=[ op(L1) , op(L2) ]; > > L3 := ["A", "B", "C", "E", "F", "G"] > How would one do the same thing in Fricas? concat() does not work. Also > concat only works on string while the above Maple code works on any type of > list. > > Does Fricas have something similar to Maple's op? > > Thanks > --Nasser > > -- > You received this message because you are subscribed to the Google Groups > "FriCAS - computer algebra system" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/fricas-devel/e868f60b-4626-4246-9cc3-e1f8b89a7d34n%40googlegroups.com > <https://groups.google.com/d/msgid/fricas-devel/e868f60b-4626-4246-9cc3-e1f8b89a7d34n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/fricas-devel/CAHnU2dbCPwkMmY-P_9MjP3sUicZ8oUS9cCYR8%3DNSXjBeBVtYxg%40mail.gmail.com.
