mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-24 13:53:35 +08:00
83 lines
3.5 KiB
XML
83 lines
3.5 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
<!-- Generated by graphviz version 7.0.6 (20230106.0513)
|
|
-->
|
|
<!-- Title: numerical_methods/newton_raphson_method.cpp Pages: 1 -->
|
|
<svg width="242pt" height="93pt"
|
|
viewBox="0.00 0.00 242.00 93.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 89)">
|
|
<title>numerical_methods/newton_raphson_method.cpp</title>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="Solve the equation  using Newton-Raphson method for both real and complex solutions.">
|
|
<polygon fill="#999999" stroke="#666666" points="184,-85 48,-85 48,-55 184,-55 184,-85"/>
|
|
<text text-anchor="start" x="56" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00">numerical_methods/newton</text>
|
|
<text text-anchor="middle" x="116" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">_raphson_method.cpp</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="node2" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_node2"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="44,-19 0,-19 0,0 44,0 44,-19"/>
|
|
<text text-anchor="middle" x="22" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">cmath</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="#63b8ff" d="M92.76,-54.54C78.5,-45.66 60.28,-34.32 45.9,-25.37"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="47.84,-22.46 37.5,-20.15 44.14,-28.4 47.84,-22.46"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="103.5,-19 62.5,-19 62.5,0 103.5,0 103.5,-19"/>
|
|
<text text-anchor="middle" x="83" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">ctime</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node3 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node3</title>
|
|
<path fill="none" stroke="#63b8ff" d="M107.84,-54.54C103.49,-46.82 98.09,-37.24 93.43,-28.99"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="96.6,-27.48 88.64,-20.49 90.5,-30.92 96.6,-27.48"/>
|
|
</g>
|
|
<!-- Node4 -->
|
|
<g id="node4" class="node">
|
|
<title>Node4</title>
|
|
<g id="a_node4"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="176,-19 122,-19 122,0 176,0 176,-19"/>
|
|
<text text-anchor="middle" x="149" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node4 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node1->Node4</title>
|
|
<path fill="none" stroke="#63b8ff" d="M124.16,-54.54C128.51,-46.82 133.91,-37.24 138.57,-28.99"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="141.5,-30.92 143.36,-20.49 135.4,-27.48 141.5,-30.92"/>
|
|
</g>
|
|
<!-- Node5 -->
|
|
<g id="node5" class="node">
|
|
<title>Node5</title>
|
|
<g id="a_node5"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="234,-19 194,-19 194,0 234,0 234,-19"/>
|
|
<text text-anchor="middle" x="214" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">limits</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node5 -->
|
|
<g id="edge4" class="edge">
|
|
<title>Node1->Node5</title>
|
|
<path fill="none" stroke="#63b8ff" d="M140.22,-54.54C155.24,-45.58 174.46,-34.1 189.52,-25.11"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="191.09,-28.25 197.88,-20.12 187.5,-22.24 191.09,-28.25"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|