Properties
Category
English
Due On
2018-10-17
Similar Topics
Statistics
Comments
3
Participants
3
Subscribers
29
Votes
1
Views
620
Share
Answered
if i have L={a,d,r,s,t,u} , L1={d,r,s} , L2={r,d,s}
how i can make relation L1 & L is true ( since they have same elements with same order )
L2 & L is false ( because order not same in L) ?
- 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
© 2022 International GeoGebra Institute
are a,d,r,s names of numbers? is it L1==L2 if r==d? same elements means same values?
meantime try IsDefined(IndexOf(Take(FormulaText(L1, false, false), 8, Length(FormulaText(L1, false, false)) - 8), FormulaText(L, false, false)))
one possibility more
L\(L\L_n)==L_n
see also: https://wiki.geogebra.org/e...
Comments have been locked on this page!