<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.formulasearchengine.com/index.php?action=history&amp;feed=atom&amp;title=Matrix_analysis</id>
	<title>Matrix analysis - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/index.php?action=history&amp;feed=atom&amp;title=Matrix_analysis"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/index.php?title=Matrix_analysis&amp;action=history"/>
	<updated>2026-04-10T06:04:40Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0-wmf.28</generator>
	<entry>
		<id>https://en.formulasearchengine.com/index.php?title=Matrix_analysis&amp;diff=299109&amp;oldid=prev</id>
		<title>en&gt;Airwoz: /* Determinants */</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/index.php?title=Matrix_analysis&amp;diff=299109&amp;oldid=prev"/>
		<updated>2014-07-26T19:53:54Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Determinants&lt;/span&gt;&lt;/p&gt;
&lt;a href=&quot;https://en.formulasearchengine.com/index.php?title=Matrix_analysis&amp;amp;diff=299109&amp;amp;oldid=30187&quot;&gt;Show changes&lt;/a&gt;</summary>
		<author><name>en&gt;Airwoz</name></author>
	</entry>
	<entry>
		<id>https://en.formulasearchengine.com/index.php?title=Matrix_analysis&amp;diff=30187&amp;oldid=prev</id>
		<title>en&gt;Jbergquist: /* Other concepts of linear algebra */ matrix geometrical series</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/index.php?title=Matrix_analysis&amp;diff=30187&amp;oldid=prev"/>
		<updated>2014-01-13T06:58:07Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Other concepts of linear algebra: &lt;/span&gt; matrix geometrical series&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[File:Comparison .jpg|thumb|Figure 1.Comparison of different schemes]]&lt;br /&gt;
In [[applied mathematics]], the &amp;#039;&amp;#039;&amp;#039;central differencing scheme&amp;#039;&amp;#039;&amp;#039; is a [[finite difference method]]. The finite difference method optimizes the approximation for the differential operator in the central node of the considered patch and provides the numerical solution for differential equation.&amp;lt;ref&amp;gt;Computational fluid dynamics –T CHUNG, ISBN 0-521-59416-2&amp;lt;/ref&amp;gt; The central differencing scheme is one of the schemes to solve the integrated [[convection-diffusion equation]] and in a way to solution, calculation of transported property Φ at the e and w faces is required and hence central differencing scheme provides a method to calculate these transported property. The advantages of this method are that it is easy to understand and to implement, at least for simple material relations.  The right hand side of the convection-diffusion equation which basically highlights the diffusion terms  can be represented using central difference approximation. Thus, in order to simplify the solution and analysis, linear interpolation can be used logically to compute the cell face values for the left hand side of this equation which is nothing but the convective terms. Therefore cell face values of  property for a uniform grid can be written as &amp;lt;ref&amp;gt;An introduction to computational fluid dynamics by HK VERSTEEG  and W.MALALASEKERA, ISBN 0-582-21884-5&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;\Phi_e =(\Phi_P + \Phi_E)/2&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;\Phi_w =(\Phi_W + \Phi_P)/2&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Steady-state convection diffusion equation==&lt;br /&gt;
&lt;br /&gt;
The [[convection–diffusion equation]] is a collective representation of both diffusion and convection equations and describes or explains every physical phenomenon involving the two processes: convection and diffusion in transferring of particles, energy or other physical quantities inside a physical system. The convection-diffusion is as follows:&amp;lt;ref&amp;gt;An introduction to computational fluid dynamics by HK VERSTEEG  and W.MALALASEKERA, ISBN 0-582-21884-5&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;\operatorname{div}(\rho u\phi)=\operatorname{div}(\Gamma\nabla\phi)+S_\phi; \,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
here Г is [[diffusion coefficient]] and Φ is the [[property]]&lt;br /&gt;
&lt;br /&gt;
==Formulation of steady-state convection diffusion equation==&lt;br /&gt;
&lt;br /&gt;
Formal [[Integral|integration]] of steady-state convection–diffusion equation over a [[control volume]] gives&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;\int\limits_A \, n(\rho u\phi)\,dA = \int\limits_A \,n(\Gamma\nabla\phi)+\int\limits_{CV}\,S_\phi \,dV&amp;lt;/math&amp;gt; → Equation 1.&lt;br /&gt;
&lt;br /&gt;
This equation represents flux balance in a control volume. The left hand side gives the net convective flux and the right hand side contains the net diffusive flux and the generation or destruction of the property within the control volume.&lt;br /&gt;
&lt;br /&gt;
In the absence of source term equation one becomes&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;{d \over dx}(\rho u\phi) = {d \over dx}\left( {d\phi \over dx}\right) &amp;lt;/math&amp;gt; → Equation 2.&lt;br /&gt;
&lt;br /&gt;
[[Continuity equation]]:&lt;br /&gt;
: &amp;lt;math&amp;gt;{d \over dx}(\rho u)=0 &amp;lt;/math&amp;gt; → Equation 3.&lt;br /&gt;
&lt;br /&gt;
[[File:Interpolation value.png|thumb|Figure 2. Interpolation method]]&lt;br /&gt;
&lt;br /&gt;
Assuming a control volume and integrating equation 2 over control volume gives:&lt;br /&gt;
    &lt;br /&gt;
: &amp;lt;math&amp;gt;(\rho u\phi A)_e  - (\rho u\phi A)_w = (\Gamma A d\phi /dx)_e -   (\Gamma A d\phi /dx)_w&amp;lt;/math&amp;gt; → &amp;#039;&amp;#039;&amp;#039;Integrated convection–diffusion equation&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Integration of equation 3 yields:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;(\rho uA)_e + (\rho uA)_w = 0&amp;lt;/math&amp;gt;                                           →  &amp;#039;&amp;#039;&amp;#039;Integrated continuity equation&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
It is convenient to define two variables to represent the convective mass flux per unit area and diffusion conductance at cell faces which is as follows :&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;F = \rho u&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;D = \Gamma / \delta x&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Assuming &amp;lt;math&amp;gt;A_e = A_w&amp;lt;/math&amp;gt; ,   we can write integrated convection–diffusion equation as:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;F_e \phi_e - F_w \phi_w = D_e( \phi_E - \phi_P ) - D_w(\phi_P - \phi_W)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And integrated continuity equation as:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;F_e - F_w = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In central differencing scheme we try linear interpolation to compute cell face values for convection terms.&lt;br /&gt;
&lt;br /&gt;
For a uniform grid we can write cell face values of property Φ as&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;\phi_e = (\phi_E + \phi_P)/2  ,  \phi_w = (\phi_P + \phi_W)/2&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
On substituting this into integrated convection – diffusion equation we obtain,&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;F_e(\phi_E + \phi_P)/2 + F_w(\phi_W + \phi_P)/2 = D_e(\phi_E - \phi_P) +  D_w(\phi_P - \phi_W)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And on rearranging,&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;[(D_w + F_w/2) + (D_e - F_e/2) + (F_e - F_w)]\phi_P = (D_w + F_w/2)\phi_W + (D_e - F_e/2)\phi_E&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;a_P \phi_P =  a_W \phi_W + a_E\phi_E&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Different aspects of central differencing scheme==&lt;br /&gt;
&lt;br /&gt;
1.Conservativeness.&lt;br /&gt;
&lt;br /&gt;
Conservation is ensured in central differencing scheme since overall flux balance is obtained by summing the net flux through each control volume taking into account the boundary fluxes for the control volumes around nodes 1 and 4. &lt;br /&gt;
[[File:Typical Illustration.png|thumb|Figure 3.Typical illustration]]&lt;br /&gt;
 &lt;br /&gt;
Boundary flux for control volume around node 1 and 4&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;[\Gamma_{}e_1 (\phi_2 - \phi_1)/ \delta x) - q_A] + [\Gamma_{e_2} (\phi_3 - \phi_2)/ \delta x) - \Gamma_{w_2} (\phi_2 - \phi_1)/ \delta x)] + [\Gamma_{e_3} (\phi_4 - \phi_3)/ \delta x) - \Gamma_{w_3} (\phi_3 - \phi_2)/ \delta x)] + [q_B +  \Gamma_{w_4} (\phi_4 - \phi_3)/ \delta x)] = q_B - q_A&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
because &amp;lt;math&amp;gt;\Gamma_{e_1} = \Gamma_{w_2} , \Gamma_{e_2} = \Gamma_{w_3} , \Gamma_{e_3} = \Gamma_{w_4}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2.[[Boundedness]]&lt;br /&gt;
&lt;br /&gt;
Central differencing scheme satisfies first condition of Boundedness &lt;br /&gt;
 &lt;br /&gt;
Since &amp;lt;math&amp;gt;F_e - F_w = 0&amp;lt;/math&amp;gt; from continuity equation, therefore; &amp;lt;math&amp;gt;a_P \phi_P =  a_W \phi_W + a_E\phi_E&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Another essential requirement for Boundedness is that all coefficients of the discretised equations should have the same sign (usually all positive). But this is only satisfied when    ([[peclet number]]) &amp;lt;math&amp;gt;F_e/D_e &amp;lt; 2&amp;lt;/math&amp;gt; because for a unidirectional flow(&amp;lt;math&amp;gt;F_e &amp;gt;0, F_w &amp;gt; 0&amp;lt;/math&amp;gt;)   &amp;lt;math&amp;gt;a_E = (D_e - F_e/2)&amp;lt;/math&amp;gt; is always positive if  &amp;lt;math&amp;gt;D_e &amp;gt; F_e/2&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
3.Transportiveness.&lt;br /&gt;
&lt;br /&gt;
It requires that transportiveness changes according to magnitude of peclet number i.e. when pe is zero  &amp;lt;math&amp;gt;\phi&amp;lt;/math&amp;gt; is spreaded in all directions equally  and as Pe increases (convection&amp;gt;diffusion) &amp;lt;math&amp;gt;\phi&amp;lt;/math&amp;gt;  at a point largely depends on upstream value and less on downstream value. But central differencing scheme does not possess Transportiveness at higher pe since Φ at a point is average of neighbouring nodes for all Pe.&lt;br /&gt;
&lt;br /&gt;
4.[[Accuracy]]&lt;br /&gt;
&lt;br /&gt;
The [[Taylor series]] truncation error of the central differencing scheme is second order. &lt;br /&gt;
Central differencing scheme will be accurate only if Pe &amp;lt; 2.&lt;br /&gt;
Owing to this limitation central differencing is not a suitable discretisation practice for general purpose flow calculations.&lt;br /&gt;
&lt;br /&gt;
==Applications of central differencing scheme==&lt;br /&gt;
&lt;br /&gt;
*Central difference type schemes are currently being applied on a regular basis in the solution of the [[Euler equations]] and [[Navier-Stokes equations]].&lt;br /&gt;
*The results using central differencing approximation have demonstrated noticeable improvements in accuracy in smooth regions.&lt;br /&gt;
*[[Shock wave]] representation and [[boundary-layer]] definition can be improved on coarse meshes&amp;lt;ref&amp;gt;http://link.springer.com/article/10.1007/s002110050345&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Advantages==&lt;br /&gt;
&lt;br /&gt;
*The central-difference schemes are simpler to program and require less computer time per time step, and work well with multigrid [[acceleration]] techniques.&lt;br /&gt;
*The central difference schemes have a free parameter in conjunction with the fourth-difference dissipation. &lt;br /&gt;
*This dissipation is needed to approach a steady state.&lt;br /&gt;
*This scheme is more accurate than the first order upwind scheme if Peclet number is less than 2.&amp;lt;ref&amp;gt;http://link.springer.com/article/10.1007/s002110050345&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Disadvantages==&lt;br /&gt;
&lt;br /&gt;
* The central differencing scheme is somewhat more dissipative.&lt;br /&gt;
* This scheme leads to [[oscillations]] in the solution or divergence if the local Peclet number is larger than 2.&amp;lt;ref&amp;gt;http://www.bakker.org/dartmouth06/engs150/05-solv.ppt&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[[Finite difference method]]&lt;br /&gt;
*[[Finite difference]]&lt;br /&gt;
*[[Taylor series]]&lt;br /&gt;
*[[Taylor theorem]]&lt;br /&gt;
*[[Convection-diffusion equation]]&lt;br /&gt;
*[[Diffusion]]&lt;br /&gt;
*[[Convection]]&lt;br /&gt;
*[[Peclet number]]&lt;br /&gt;
*[[Linear interpolation]]&lt;br /&gt;
*[[Upwind differencing scheme for convection]]&lt;br /&gt;
&lt;br /&gt;
== References==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
== Further reading==&lt;br /&gt;
&lt;br /&gt;
*Computational Fluid Dynamics: The Basics with Applications – John d. Anderson, ISBN 0-07-001685-2&lt;br /&gt;
*Computational Fluid Dynamics volume 1 – KLAUS A. HOFFMANN,  STEVE T. CHIANG, ISBN 0-9623731-0-9&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[https://www.thermalfluidscentral.org/encyclopedia/index.php/ One-Dimensional_Steady-State_Convection_and_Diffusion#Central_Difference_Scheme]&lt;br /&gt;
*[http://www.iue.tuwien.ac.at/phd/heinzl/node27.html/ Finite_Differences]&lt;br /&gt;
*[http://www.phy.davidson.edu/fachome/dmb/py200/centraldiff.htm/ Central_Difference_Methods]&lt;br /&gt;
*[http://arxiv.org/abs/1303.3769/ A_Conservative_Finite_Difference_Scheme for Poisson-Nernst-Planck Equations]&lt;br /&gt;
&lt;br /&gt;
[[Category:Computational fluid dynamics]]&lt;/div&gt;</summary>
		<author><name>en&gt;Jbergquist</name></author>
	</entry>
</feed>