Skip to content Skip to sidebar Skip to footer
Showing posts with the label Julia

Calling Numpy On Parallel Processors In Ijulia Notebook

I want to run a simple code in the IJulia notebook which uses the python library numpy. I call nump… Read more Calling Numpy On Parallel Processors In Ijulia Notebook

Plotting Polynomial With Given Coefficients

I'm trying to plot a polynomial with coefficients given in array: input: [an,a(n-1),...,a0] o… Read more Plotting Polynomial With Given Coefficients

Inline Interactive Plots With Julia In Jupyter Notebook

when I use %matplotlib notebook import matplotlib.pyplot as plt I get interactive plots, i.e. I c… Read more Inline Interactive Plots With Julia In Jupyter Notebook