|
| 1 | +--- |
| 2 | +layout: page |
| 3 | +permalink: /book_reg/ |
| 4 | +title: Book |
| 5 | +description: # Materials for courses you taught. Replace this text with your description. |
| 6 | +nav: true |
| 7 | +nav_order: 7 |
| 8 | +--- |
| 9 | +<style> |
| 10 | + .styled-button { |
| 11 | + display: block; |
| 12 | + width: 150px; /* Fixed width */ |
| 13 | + padding: 10px 20px; |
| 14 | + background-color: #333; /* Dark gray background */ |
| 15 | + color: white; /* White text */ |
| 16 | + text-align: center; |
| 17 | + text-decoration: none; |
| 18 | + font-size: 16px; |
| 19 | + border-radius: 5px; |
| 20 | + border: 2px solid white; /* White border */ |
| 21 | + cursor: pointer; |
| 22 | + transition: background-color 0.3s, color 0.3s; /* Smooth transition */ |
| 23 | + margin-bottom: 20px; /* Margin between buttons */ |
| 24 | + } |
| 25 | + |
| 26 | + /* Button hover effect */ |
| 27 | + .styled-button:hover { |
| 28 | + background-color: white; /* White background on hover */ |
| 29 | + color: black; /* Black text on hover */ |
| 30 | + } |
| 31 | +</style> |
| 32 | +<div id="container" style="display: flex; justify-content: space-between; align-items: flex-start; text-align: left;"> |
| 33 | + <div id="content" style="flex: 1;"> |
| 34 | + <div id="jump1" style="margin-bottom: 12px;"> |
| 35 | + <font size='5.5' id="OPF"><b>Power System Analysis - A Mathematical Approach</b></font> |
| 36 | + </div> |
| 37 | + <div id="jump2" style="margin-bottom: 12px;"> |
| 38 | + <font size='5.5' id="OPF">Lecture Notes for EE/CS/EST 135</font> |
| 39 | + </div> |
| 40 | + <div id="jump3" style="margin-bottom: 12px;"> |
| 41 | + <font size='5.5' id="OPF">Steven H. Low, Caltech</font> |
| 42 | + </div> |
| 43 | + </div> |
| 44 | + <div id="buttons" style="flex: 0; display: flex; flex-direction: column; align-items: center;"> |
| 45 | + <a href="https://form.jotform.com/220081838982159" target="_blank"> |
| 46 | + <button class="styled-button">Register</button> |
| 47 | + </a> |
| 48 | + <a href="https://form.jotform.com/221144847455155" target="_blank"> |
| 49 | + <button class="styled-button">Feedback</button> |
| 50 | + </a> |
| 51 | + </div> |
| 52 | +</div> |
| 53 | +<hr> |
| 54 | + |
| 55 | +This rough draft is based on lecture notes for the Power System Analysis course that I have been teaching at Caltech for the last decade or so. Any corrections, questions, comments, or pointers will be greatly appreciated! |
| 56 | + |
| 57 | +<b><a target = "_blank" href='https://form.jotform.com/221144847455155'>Register</a> to view the content</b>. We will periodically add new chapters and update existing ones here. We will also inform registered users of major updates (you can always opt out). |
| 58 | + |
| 59 | +<div id="jump1" style="margin-bottom: 12px;"><font size='5.5' id = "OPF">Book</font></div> |
| 60 | +- Part I: Single-phase networks (Ch 1 - Ch 5; ignore Ch 6) |
| 61 | +- Part II: Unbalanced multiphase networks (Ch 7 - 10) |
| 62 | +- Part III: Power flow optimization (Ch 11 - 15) |
| 63 | +- Part IV: Appendix: Mathematical preliminaries (Ch 25) |
| 64 | + |
| 65 | +<div id="jump1" style="margin-bottom: 12px;"><font size='5.5' id = "OPF">Slides</font></div> |
| 66 | + |
| 67 | +The slides below are mostly for the Feb 16, 2023 version of the draft textbook (except for a few updated chapters). The chapter numbers may not match with the re-organized current version above (will be updated in the future). |
| 68 | + |
| 69 | +- Part I: Single-phase networks |
| 70 | + - Ch 1 Basic concepts |
| 71 | + - Ch 2 Transmission line models |
| 72 | + - Ch 3 Transformer models |
| 73 | + - Ch 5 Bus injection models |
| 74 | + - Ch 6 Branch flow models |
| 75 | +- Part II: Unbalanced multiphase networks |
| 76 | + - Ch 8 Component models |
| 77 | + - Ch 9 Bus injection models |
| 78 | + - Ch 10 Branch flow models |
| 79 | +- Part III: Power flow optimization |
| 80 | + - Ch 11 Power system operation |
| 81 | + - Ch 12 Optimal power flow |
| 82 | + - Ch 13 Semidefinite relaxations: BIM |
| 83 | + - Ch 14 Semidefinite relaxations: BFM |
| 84 | + |
| 85 | +If you have registered, click <a target = "_blank" href='../book'><b>here</b></a> to access the content. |
0 commit comments