You are on page 1of 1

PROBLEMA 3

#include<iostream>
#include<stdlib.h>
#include<math.h>
#include<conio.h>
#include<time.h>
#include <stdio.h>
#define F 500
using namespace std;
void main(){
double T1,T2,a,b,c,d;
T1=600/sqrt(3.0);
T2=(400-(T1/2));
cout<<"la tension 1 es : "<<T1<<endl;
cout<<"La tension 2 es : "<<T2<<endl;
getch();
}

You might also like