-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathidahoPower.html
More file actions
43 lines (28 loc) · 1.34 KB
/
idahoPower.html
File metadata and controls
43 lines (28 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!doctype html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0; maximum-scale=1.0; minimum-scale=1.0; user-scalable=no; width=device-width" />
<link rel="stylesheet" href="styles3.css" type="text/css" />
</head>
<body>
<div class="content">
<div class="card">
<h2>Idaho Power </h2>
</div>
<div class="card">
<center><a href=""></a>
<div class="card-image image5"><br>
</div>
</center><br>
The <b>IBM 1620</b> was introduced in 1959 and marketed as an inexpensive "scientific computer". It was a general-purpose, stored-program data processing system for small businesses, research and engineering departments of large companies, and schools requiring solutions to complex problems in the areas of engineering, research, and management science.
It was used as an engineering tool at Idaho Power and was programmed in Fortran. Load Forecasting was one of the main applications
<p> </p>
</div>
<div class="footer">
<button type="button" onClick="window.location='idpowerapr1165.html'">Talk</button>
<button type="button" onClick="window.location='forecasting.html'">Forecasting</button>
<button type="button" onClick="window.location='load.html'">Load</button>
</div>
</div>
</body>
</html>