mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-11 11:07:27 +08:00
86 lines
3.7 KiB
XML
86 lines
3.7 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 12.1.0 (20240811.2233)
|
|
-->
|
|
<!-- Title: numerical_methods::false_position::regula_falsi Pages: 1 -->
|
|
<svg width="282pt" height="57pt"
|
|
viewBox="0.00 0.00 282.25 56.50" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
|
|
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve">
|
|
|
|
<style type="text/css"><![CDATA[
|
|
.node, .edge {opacity: 0.7;}
|
|
.node.selected, .edge.selected {opacity: 1;}
|
|
.edge:hover path { stroke: red; }
|
|
.edge:hover polygon { stroke: red; fill: red; }
|
|
]]></style>
|
|
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
|
|
<svg id="graph" class="graph">
|
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 52.5)">
|
|
<title>numerical_methods::false_position::regula_falsi</title>
|
|
<!-- Node1 -->
|
|
<g id="Node000001" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_Node000001"><a xlink:title="This function finds root of the equation in given interval i.e. (x1,x2).">
|
|
<polygon fill="#999999" stroke="#666666" points="131.5,-30.5 0,-30.5 0,0 131.5,0 131.5,-30.5"/>
|
|
<text text-anchor="start" x="8" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">numerical_methods::</text>
|
|
<text text-anchor="middle" x="65.75" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">false_position::regula_falsi</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node1 -->
|
|
<g id="edge3_Node000001_Node000001" class="edge">
|
|
<title>Node1->Node1</title>
|
|
<g id="a_edge3_Node000001_Node000001"><a xlink:title=" ">
|
|
<path fill="none" stroke="#63b8ff" d="M38.26,-30.99C32.65,-40.06 41.81,-48.5 65.75,-48.5 78.84,-48.5 87.51,-45.97 91.76,-42.2"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="95.21,-42.86 93.04,-32.49 88.27,-41.95 95.21,-42.86"/>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="Node000002" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_Node000002"><a xlink:href="../../dd/d29/false__position_8cpp.html#a85a6ec58b5064d63d4f0df3854496713" target="_top" xlink:title="This function gives the value of f(x) for given x.">
|
|
<polygon fill="white" stroke="#666666" points="274.25,-30.5 167.5,-30.5 167.5,0 274.25,0 274.25,-30.5"/>
|
|
<text text-anchor="start" x="175.5" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">numerical_methods::</text>
|
|
<text text-anchor="middle" x="220.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">false_position::eq</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge1_Node000001_Node000002" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
|
<path fill="none" stroke="#63b8ff" d="M131.69,-15.25C139.78,-15.25 148.04,-15.25 156.11,-15.25"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="155.84,-18.75 165.84,-15.25 155.84,-11.75 155.84,-18.75"/>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2->Node2 -->
|
|
<g id="edge2_Node000002_Node000002" class="edge">
|
|
<title>Node2->Node2</title>
|
|
<g id="a_edge2_Node000002_Node000002"><a xlink:title=" ">
|
|
<path fill="none" stroke="#63b8ff" d="M193.39,-30.99C187.78,-40.06 196.94,-48.5 220.88,-48.5 233.96,-48.5 242.64,-45.97 246.89,-42.2"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="250.33,-42.86 248.17,-32.49 243.39,-41.95 250.33,-42.86"/>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
</g>
|
|
</svg>
|
|
</svg>
|
|
|
|
<style type='text/css'>
|
|
<![CDATA[
|
|
[data-mouse-over-selected='false'] { opacity: 0.7; }
|
|
[data-mouse-over-selected='true'] { opacity: 1.0; }
|
|
]]>
|
|
</style>
|
|
<script type="application/ecmascript"><![CDATA[
|
|
document.addEventListener('DOMContentLoaded', (event) => {
|
|
highlightEdges();
|
|
highlightAdjacentNodes();
|
|
});
|
|
]]></script>
|
|
</svg>
|