Don C.

Results 60 comments of Don C.

I recently made a summary of the availability of ODE's output types in four selected external libraries. ![Screenshot from 2022-08-04 16-05-56](https://user-images.githubusercontent.com/16947266/182942782-e4530ab4-f6ab-408b-b49c-6c930ccc16d0.png) - R^k means a finite sequence of real numbers...

Thanks for pointing it out. I think my approach is more code-oriented, and it turns out to be wrong. The output should be R -> R^i in Scipy. Here is...

I made some changes based on Dr.Smith's feedback, so it is ready for review. @JacquesCarette The original PDF link should reflect changes. last commit 10f04e0e0e0612b99dfab2e8f32250ec40b558ad

To take the following as an example, ``` A * X + B = X' 0 0 1 0 x''' 0 equation 1 0 1 0 0 x'' 0 equation...

Regard of the canonical form of **X'** = **AX** + **B**. the equation `y'''' + 3y′′ − sin(t)y′ + 8y = t2` can be rewrite into In this new system...

To generate this "mapping chuck", I think we can give it fixed chuck information. This means every generated code will use this fixed "mapping chuck". For example, the symbol used...

This is the mapping chuck I introduced in the double pendulum example. https://github.com/JacquesCarette/Drasil/blob/ba461947c2f1f81c76adce95f05e65edd86b8390/code/drasil-example/dblpendulum/lib/Drasil/DblPendulum/Unitals.hs#L184-L189 the pendDisAngle will eventually be added to `SystemInformation` https://github.com/JacquesCarette/Drasil/blob/ba461947c2f1f81c76adce95f05e65edd86b8390/code/drasil-example/dblpendulum/lib/Drasil/DblPendulum/Body.hs#L109 In the Table of Symbols, information for this...

@balacij Personally, I think the "mapping chuck" is not only a temporary variable. The reason to create the "mapping chuck" is that there is a gap between the SRS and...

There is nothing to sorry about. :smile: I think ultimately we can let `DifferentialModel` handle it. Simply create a fixed "mapping chuck" whenever people create a new `DifferentialModel`. Here is...

Can the first half paragraph (introduce software automation) still preserve somewhere in the report? It's my shallow vision of software automation and why it exists.