area of triangle,u=[5 -5 -2] ; v=[-3 5 -3]; w=[-1 5 1];

4 Ansichten (letzte 30 Tage)
Umar Afshar
Umar Afshar am 25 Mär. 2021
Kommentiert: Torsten am 24 Jun. 2022
The area of the triangle with vertices at u,v and w is equal to-----.
  4 Kommentare
David Hill
David Hill am 25 Mär. 2021
Bearbeitet: David Hill am 25 Mär. 2021
Look at heron's formula.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Udoi
Udoi am 24 Jun. 2022
We can use heron's formula for the purpose.
Area=square root of(s*(s-a)*(s-b)*(s-c))
where s=semi-pereimeter=(a+b+c)/2
where a,b,c,=length of the side of the triangle

Kategorien

Mehr zu Programming finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by