summaryrefslogtreecommitdiff
path: root/3830/CH7/EX7.4/Ex7_4.sce
blob: 2822cd474e43d48dc4283e2897eac33b18ddcfd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Exa 7.4

clc;
clear;

// Given

G = 3.8; //  Gauge factor

// Solution

P = (G-1)/2;
printf(' Poissons ratio of thin circular/wire of soft iron = %.1f \n',P);