Properties
Category
English
Similar Topics
Statistics
Comments
1
Participants
2
Subscribers
2
Votes
1
Views
821
Share
Not a Problem
The function f(x) works
f(x) = x + 2
a = f(6) = 8
and this equation here works
{{cos(pi/2),0,sin(pi/2)},{0,1,0},{-sin(pi/2),0,cos(pi/2)}} * Vector(3,4,2) = Vector(2,4,-3)
But this function doesn't work
R(x) = {{cos(x),0,sin(x)},{0,1,0},{-sin(x),0,cos(x)}}
v = R(pi/2) * Vector(3,4,2) = Vector(?,?,?)
can someone tell me why it wont work or how to fix it?https://www.geogebra.org/cl...
- 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
yep,
I have a workaround in CAS
https://www.geogebra.org/m/BpqJ28eP
see Matrixfunktion...
in cas use definition :=
packed in take(matrix,firstrow,lastrow)
and closed with keep input
no other way...
Comments have been locked on this page!