Question

ure oe laus Atl s trands bawe the sam D tem Please use Matbab eor usihs the proklem

please use **matlab**. do not calculate by your hands. just write matlab code for solving the problem.I wite the formula of the GMR. and I drow the strands conductor. And also I write the given value of r' that denote the D11=...=D99. please solve with matlab.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

clear all defining constants for calculating r r=input(enter the vaïue of radius r of in meters=); ri-exp (-1/4) *r; using

clc
clear all
%defining constants
%for calculating r'
r=input('enter the value of radius r of in meters=');
r1=exp(-1/4)*r;
%using simple logic as given in the GMR formula is that N=9
%means N^2=81 terms inside that square root
%but with repact to first conductor we will get the
%distance among other conductor
%with respact to first conductor we will get 9 terms and power to that 9
%terms we will have 81 terms inside that and our GMR will be perfect
Gmr=((r1*(2*r)*(4*r)*(2*r)*(4*r)*(2*sqrt(2)*r)*(sqrt(18)*r)*(sqrt(18)*r)*(sqrt(32)*r))^9);
Gmr=(Gmr)^(1/81);
fprintf('Value of GMR in meters for this type of conductors for given value of radius r= %d is%d meters \n',r,Gmr);
Gmr
disp('meters');

%run this code

%go to command promt it will ask you to enter radius r of one conductor in meters enters that

%gmr will come as output

%for example say i choose r=0.2 meters

Command Window enter the value of radius r of in meters-0.2 value of GMR in meters for this type of conductors for given valuSimilarly vary the value of r as per your wish and get the desired result using this code

GOOd luck

Add a comment
Know the answer?
Add Answer to:
Please use **matlab**. do not calculate by your hands. just write matlab code for solving the pro...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT