ubcecon / computing_and_datascience

Sandbox and workspace for computing and datascience infrastructure and course materials.
MIT License
8 stars 12 forks source link

Adam's HJBE notebook #102

Open ajozefiak opened 5 years ago

ajozefiak commented 5 years ago

Here is the HJBE without control that I've been working on. I've used math ... for the LaTeX as opposed to $$ ... $$ so that the notebook can be weaved into an html file like with the example notebook LCP_simple.jmd in the SImpleDifferentialOperators.jl package.

@chiyahn @jlperla

arnavs commented 5 years ago

@ajozefiak We've actually been using the $$ notation (see the latest LCP_simple.jmd in here) because of some issues with the latest Weave.

In the future, both of these things should work, but for now we'll have to switch to $ for inline, and $$ \begin{align} ... \end{align} $$ for standalone equations.