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

4 visualizzazioni (ultimi 30 giorni)
Umar Afshar
Umar Afshar il 25 Mar 2021
Commentato: Torsten il 24 Giu 2022
The area of the triangle with vertices at u,v and w is equal to-----.
  4 Commenti
David Hill
David Hill il 25 Mar 2021
Modificato: David Hill il 25 Mar 2021
Look at heron's formula.

Accedi per commentare.

Risposte (1)

Udoi
Udoi il 24 Giu 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

Categorie

Scopri di più su Programming in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by