how to know 'y' values of points when we only know 'x' values?

조회 수: 2 (최근 30일)
Sierra
Sierra 2022년 5월 31일
답변: AndresVar 2022년 5월 31일
I know the coordinates of red points and slope of red line.
the black line is perpendicular to red line.
I know 'x' values(x1,x2)
but I don't know 'y' values, so I want to know 'y' values(y1,y2).
is there a fuction or a formular?
thanks

답변 (1개)

AndresVar
AndresVar 2022년 5월 31일
yes a perpendicular line has a negative inverse slope
so if red lines has slope m1=(dy/dx)_red, then the black line has slope m2=-1/m1=(dy/dx)_black

카테고리

Help CenterFile Exchange에서 Graph and Network Algorithms에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by