summaryrefslogtreecommitdiff
path: root/1184/CH2/EX2.29/Ex2_29.sce
blob: 26753029d870a0dea5e4c9e81f793c862b8a0fa1 (plain)
1
2
3
4
5
6
7
8
9
10
//Example 2-29, Page No - 89

clear 
clc

bw= 200*10^3

tr= 0.35/(bw*10^-3)

printf('The fastest rise time of the circuit is %.2f microseconds',tr*10^3)