Research Article

An Approach to Conformal Transformation Using Symbolic Language Facilities: Application in Electrical Engineering

Algorithm 4

Program for the calculation of the derivative of the expression of the normal component of the field strength, with respect to the abscissa 𝑀 , for obtaining the point where it is minimum.
#   All indexed names and symbols of variables used in this algorithm have been explained in Algorithm 1.
#   The expression of the normal component of the fied strength, to be examined, is the following:
 𝐸 π‘₯ ∢ = ( 𝑀 βˆ’ 1 ) / 𝑀 2 βˆ’ ( 𝑏 2 0 + 2 ) β‹… 𝑀 + 1 ;
D e r i v ∢ = d i ff ( 𝐸 π‘₯ , 𝑀 ) ;
D e r i v a t i v e ∢ = s i m p l i f y ( D e r i v ) ;
       𝐸 π‘₯ ∢ = ( 𝑀 βˆ’ 1 ) / 𝑀 2 βˆ’ 𝑀 𝑏 2 0 βˆ’ 2 β‹… 𝑀 + 1 ;
 D e r i v ∢ = 1 / 𝑀 2 βˆ’ 𝑀 𝑏 2 0 βˆ’ 2 β‹… 𝑀 + 1
         βˆ’ ( 1 / 2 ) ( 𝑀 βˆ’ 1 ) ( 2 β‹… 𝑀 βˆ’ 𝑏 2 0 βˆ’ 2 ) / ( 𝑀 2 βˆ’ 𝑀 𝑏 2 0 βˆ’ 2 β‹… 𝑀 + 1 ) ( 3 / 2 )
      D e r i v a t i v e ∢ = βˆ’ ( 1 / 2 ) 𝑏 2 0 ( 𝑀 + 1 ) / ( 𝑀 2 βˆ’ 𝑀 𝑏 2 0 βˆ’ 2 β‹… 𝑀 + 1 ) ( 3 / 2 )