From 9b2cba8380f15f98360ea23b729d9354ec8a6fda Mon Sep 17 00:00:00 2001 From: jianzhe0726 <96191387+jianzhe0726@users.noreply.github.com> Date: Tue, 2 Aug 2022 15:56:00 -0400 Subject: [PATCH] Update sas_basics.md --- doc/sas_basics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sas_basics.md b/doc/sas_basics.md index fc610bd..f54ef38 100644 --- a/doc/sas_basics.md +++ b/doc/sas_basics.md @@ -5,7 +5,7 @@ Semi-analytical solutions (SAS) is a family of computational methods that uses c ### 2. What are the advantages of SAS? -In power system modeling and analysis, SAS has proven several features: +In power system modeling and analysis, SAS has been proven to have the following features: * **High numerical robustness.** Steady-state analysis usually requires solving nonlinear algebraic equations. Traditional tools usually use Newton-Raphson method or its variants, whose results can be highly dependent on the selection of starting point and they suffer from non-convergence problem. In contrast, SAS provides much better convergence thanks to the high-level analytical nature. @@ -53,4 +53,4 @@ The figure shows the percentage of correct results using different tools. It can We also compared the computation speeds of PowerSAS.m and PSS/E. The figure below shows the average contingency analysis computation time of on the 458-bus system. The results show that SAS’s speed is comparable to and even faster than PSS/E’s. -![x](/img/comp_speed_458.png) \ No newline at end of file +![x](/img/comp_speed_458.png)