Content deleted Content added
KylieTastic (talk | contribs) |
Bobby Cohn (talk | contribs) Declining submission: nn - Submission is about a topic not yet shown to meet general notability guidelines (be more specific if possible) (AFCH) Tag: Reverted |
||
Line 1:
{{AFC submission|d|
{{Short description|Algorithm for solving matrix-vector equations}}▼
{{AFC submission|d|context|u=MtPenguinMonster|ns=118|decliner=TechnoSquirrel69|declinets=20231104200137|small=yes|ts=20230923053512}} <!-- Do not remove this line! -->
{{Draft topics|mathematics}}▼
{{AfC topic|stem}}▼
{{AFC comment|1=While a well written article, it doesn't demonstrate how the subject meets [[WP:N|notability requirements]]. [[User:MicrobiologyMarcus|<span style="font-size:70%; font-family:serif">microbiology</span>Marcus]] <sup>(''[[User talk:MicrobiologyMarcus|petri dish]]·[[Special:Contributions/MicrobiologyMarcus|growths]]'')</sup> 17:14, 28 December 2023 (UTC)}}
▲{{AFC submission|d|context|u=MtPenguinMonster|ns=118|decliner=TechnoSquirrel69|declinets=20231104200137|ts=20230923053512}} <!-- Do not remove this line! -->
{{AFC comment|1=Thanks for your submission! I'm going to have to decline this for now as the draft is essentially just a statement of the algorithm with no explanation. This is not useful as an encyclopedic reference, as the [[WP:MTAU|significant technical language]] makes it difficult to read for anyone other than people familiar with the subject. Let me know if you have any questions! <span class="nowrap">—[[User:TechnoSquirrel69|TechnoSquirrel69]]</span> ([[User talk:TechnoSquirrel69|sigh]]) 20:01, 4 November 2023 (UTC)}}
Line 9 ⟶ 8:
----
▲{{Short description|Algorithm for solving matrix-vector equations}}
▲{{Draft topics|mathematics}}
▲{{AfC topic|stem}}
In [[numerical linear algebra]], the '''conjugate gradient squared method (CGS)''' is an [[iterative method|iterative]] algorithm for solving [[systems of linear equations]] of the form <math>A{\bold x} = {\bold b}</math>, particularly in cases where computing the [[transpose]] <math>A^T</math> is impractical.<ref name="mathworld">{{cite web|title=Conjugate Gradient Squared Method|author1=Noel Black|author2=Shirley Moore|publisher=[[MathWorld|Wolfram Mathworld]]|url=https://mathworld.wolfram.com/ConjugateGradientSquaredMethod.html}}</ref> The CGS method was developed as an improvement to the [[Biconjugate gradient method]].<ref name="matlab">{{cite web|title=cgs|author=[[Mathworks]]|website=[[Matlab]] documentation|url=https://au.mathworks.com/help/matlab/ref/cgs.html}}</ref><ref name="vorst03">{{cite book|author=[[Henk van der Vorst]]|title=Iterative Krylov Methods for Large Linear Systems|chapter=Bi-Conjugate Gradients|year=2003|publisher=Cambridge University Press |isbn=0-521-81828-1}}</ref><ref name="SIAM">{{cite journal|title=CGS, A Fast Lanczos-Type Solver for Nonsymmetric Linear systems|author=Peter Sonneveld|journal=SIAM Journal on Scientific and Statistical Computing|volume=10|issue=1|pages=36–52|date=1989|url=https://www.proquest.com/docview/921988114|url-access=limited|doi=10.1137/0910004|id={{ProQuest|921988114}} }}</ref>
|