Jérémy
Jérémy
I needed to include contents from a file in order to display the definition of a function, I am using the following preprocessing function: ```julia function displaycode(str) regexp = r"#...
Probably better to just use CSS for the default: https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme
Hi, I am also interested in autodifferentiation with matrix exponentials. How can only replacing `gebal!` and `gesv!` give pure julia code? What about all the matrix multiplications?
Could this be improved with a precompilation file?
I can confirm that latex still does not work in IJulia on chrome (I tried on Edge but there the plot does not render at all) and works in electron.
Thanks! Yes I have been experimenting with the tolerance. In this case, it seems strange to return all of these roots. I know that there will be a big range...
I am fairly confident that all the roots returned here overlap, so should the answer there be just a single root? E.g. with a bigger tol so that the list...
Thanks for the detailed answer. > Interval bodes are being subdivised until one of the following is true: > > * The radius of the box is smaller than the...
Is this behavior meant to be handled in the C++ code? Is the `Basic ` number type meant to be a real number?
Ok, but then your definition won't work, since `real(1im*a) = I*a` currently. It also seems that `imag(1im*a)` currently throws an error.