Difference between revisions of "Table/Declarative vs. Imperative"

From PKC
Jump to navigation Jump to search
Line 4: Line 4:
! Concepts\Programming Style !! Imperative !! Declarative
! Concepts\Programming Style !! Imperative !! Declarative
|-
|-
| Mathematical Subject || Differential Equation || Category Theory
| Mathematical Subject || [[Algorithmic Description]] || [[Category Theory]]
|-
|-
| Scope || Local || Global
| Scope || Local || Global
Line 10: Line 10:
| Scientific Doctrine || Classical Physics || Quantum Physics
| Scientific Doctrine || Classical Physics || Quantum Physics
|-
|-
| Analytical Modeling || Newtonian Mechanics || Lagrangian Mechanics
| Analytical Modeling || [[Newtonian Mechanics]] || [[Lagrangian Mechanics]]
|}
|}

Revision as of 03:37, 4 August 2021

Local vs. Global Approach to define a function
Concepts\Programming Style Imperative Declarative
Mathematical Subject Algorithmic Description Category Theory
Scope Local Global
Scientific Doctrine Classical Physics Quantum Physics
Analytical Modeling Newtonian Mechanics Lagrangian Mechanics