Questions tagged as 'julia'

0
answers

graph in july using Surface plot

using PyPlot clf() n = 100 x = range(-pi/2,stop=pi/2,length=n) xgrid = repeat(x,n,1) ygrid = repeat(x,1,n) z = cos(xgrid).*cos(ygrid) fig = figure("An example", figsize=(10,5)) ax = fig[:add_subplot](1,1,1, projection = "3d") ax[:plot_surface](xg...
asked by 16.12.2018 / 05:15
0
answers

Configure Emacs to program with Rust, Julia and R

I want to start programming with Rust, Julia and R, since they are programming languages, which I am hearing more and more frequently. And, I would like to be able to work with all of them in GNU Emacs 25, as I do with Python, Maxima and Haskell...
asked by 15.03.2018 / 15:05
1
answer

How to add an image to a Notebook in Jupyter

I'm using the following line to add images from the internet: ! [Imagen] (http://animals.sandiegozoo.org/sites/default/files/2016-09/animals_hero_armadillo_0.jpg) This has worked for me, but I've tried this: ! [Imagen] (~ / Usuarios /...
asked by 11.06.2017 / 04:17