Properties
Category
German
Similar Topics
Statistics
Comments
5
Participants
2
Subscribers
0
Votes
1
Views
1697
Share
In Progress
B Point, f Line
Want to calculate Reflect(B, f) in CAS with function vector eo, vector no
- s(eo,no):=eo - (2/sqrt(no^2)*Dot(eo,no) )* no/sqrt(no^2)
- >s(eo, no):=((2 * no) * ((((x * eo) * x) * no) + (((y * eo) * y) * no) + (((z * eo) * z) * no)) / no^(2)) + eo
what about x,y,z in Output?
s(eo, no):=(((-2) * no) * ((((x * eo) * x) * no) + (((y * eo) * y) * no) + (((z * eo) * z) * no)) / no^(2)) + eo
It is possible to handle vectors/lists in functions?
Please remove unnesseary brackets in output-copy
hawe
- 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
Try entering this in "Keep Input" mode:
Ahhh,
very usefull, Thank you very much!
this solves https://help.geogebra.org/t...# , too!
Same problem (dispatcher prop?)...
I want add my Sig
---
Please remove unnesseary brackets in output-copy
Mist,
the game is not over - new problem
Function does not compute correct...
https://www.geogebra.org/m/X72x6VFP
Line 7 Functiondef
Line 9 fitting function results to matrix
Line 10 result expected
---
Please remove unnesseary brackets in output-copy
Strange, it seems to be swapping the arguments of s() over, try
We'll check!
hm,
swap arguments
s(no,vo):=vo - 2 Dot(vo, no)/Dot(no, no)*no
Append(Append({Flatten(s(n,e1))},Flatten(s(n,e2))),Flatten(s(n,e3)))
cool - does correct calculation
but should run otherway too?
hawe
Comments have been locked on this page!