[julia-users] In what version is Julia supposed to mature?

2015-07-28 Thread Pileas
Greetings, I have been following the development of Julia for sometime now and I am really thrilled to know that you guys have reached version 0.3.11. To my understanding sometime in the near future you will release the new version 0.4.0., a version that it is supposed to bring many changes.

[julia-users] Nonlinear system solution with Julia's Sundial.jl package and `Kinsol` warning

2015-05-13 Thread Pileas
Hello all, I'm trying to solve a system of equations using the Sundials package for Julia. The code is the following: # CODE starts ===# *import Sundials* *function sysfn(y_in, fy_in, a_in)* *y = Sundials.asarray(y_in)* *

[julia-users] Julia installer and antivirus warnings

2015-05-06 Thread Pileas
Good morning lads. I was delighted to see the new version of Julia (0.3.8). Alas, when I tried to install it my Panda Antivirus quarantined the file. It saw it as a potential threat of high risk. Is it possible for the developers to put some kind of signature to the file so that it is not

Re: [julia-users] Julia installer and antivirus warnings

2015-05-06 Thread Pileas
Haha, I am sorry my bad. I should have mentioned the broettes also! Τη Τετάρτη, 6 Μαΐου 2015 - 11:12:30 π.μ. UTC-4, ο χρήστης Stefan Karpinski έγραψε: On Wed, May 6, 2015 at 9:25 AM, Pileas phoebus@gmail.com javascript: wrote: Good morning lads. and ladies

[julia-users] Vector Fields in Julia

2015-01-09 Thread Pileas
Hi all, I was wondering how one can make vector fields in Julia similar to those in Matlab. To put it simple, is there any intrinsic routine that does the job or should we program it from scratch? Matlab example here: http://www.mathworks.com/help/symbolic/mupad_ref/plot-vectorfield2d.html

[julia-users] Re: Julia v0.3.5

2015-01-09 Thread Pileas
Looking forward for the Linux version! Τη Παρασκευή, 9 Ιανουαρίου 2015 - 2:11:13 μ.μ. UTC-5, ο χρήστης Elliot Saba έγραψε: Hello all! The latest bugfix release of the 0.3.x Julia line has been released. Binaries are available from the usual place http://julialang.org/downloads/, and as

[julia-users] Finding the maximum location of a vector: does Julia have a parallel intrinsic function for the job?

2015-01-03 Thread Pileas
This may be a very trivial question, but I was wondering if there is an intrinsic Julia function that finds the location of the maximum in a vector, something similar to maxloc. And if a function like that exists, is it made with parallel programming in mind? For example find the maximum of v

[julia-users] Problem with Domain Error in an aggregator function

2014-12-11 Thread Pileas
Hello all, I have this function from which I want to make a 3D figure. I have some problems though, because I get a domain error. I am sure it must be a stupid mistake or something that I do not understand ... but I cannot figure out what I am doing wrong. So, the function is: C_M =

[julia-users] High CPU usage when I update Julia

2014-12-02 Thread Pileas
In the process of updating Julia, I found out that the procedure uses 100% of the CPU. Although this may not be a problem for newer machines (especially desktops that have a good/decent cooling system), one may encounter problems while using a simple laptop. Is there a specific reason for

Re: [julia-users] High CPU usage when I update Julia

2014-12-02 Thread Pileas
. If you're on Windows it's probably a million times worse. On Tue, Dec 2, 2014 at 9:48 AM, Pileas phoebus@gmail.com javascript: wrote: In the process of updating Julia, I found out that the procedure uses 100% of the CPU. Although this may not be a problem for newer machines (especially

Re: [julia-users] Interpolation in Julia

2014-12-02 Thread Pileas
request =) // Tomas On Tuesday, December 2, 2014 5:28:49 AM UTC+1, Alex Ames wrote: I've had good luck with the Dierckx https://github.com/kbarbary/Dierckx.jl spline package--it seems to be a bit more flexible than Grid. On Monday, December 1, 2014 8:48:32 PM UTC-6, Pileas wrote: Works

[julia-users] Re: [ANN - SolveDSGE] A Julia package to solve DSGE models

2014-12-02 Thread Pileas
A friend of mine is doing Macro, but he uses Fortran because it is very fast compared to the others. So Fortran is still used by some people. And yes, he uses Matlab only for plots. Surely there must be a reason why he is not using Dynare. Τη Τρίτη, 2 Δεκεμβρίου 2014 11:52:01 π.μ. UTC-5, ο

Re: [julia-users] Re: [ANN - SolveDSGE] A Julia package to solve DSGE models

2014-12-02 Thread Pileas
Has anyone tried to run these examples? It seems that something is obsolete ... Τη Τρίτη, 2 Δεκεμβρίου 2014 12:20:28 μ.μ. UTC-5, ο χρήστης David Anthoff έγραψε: https://github.com/DynareTeam/Dynare.jl *From:* julia...@googlegroups.com javascript: [mailto: julia...@googlegroups.com

[julia-users] Interpolation in Julia

2014-12-01 Thread Pileas
Matlab has built-in functions like interp, interp1, spline etc. to do interpolation. Does Julia have any built-in functions that can do the same job? P.S.1 The Grid package does not work in Julia 0.3.3 P.S.2 If Julia does not support interpolation for now, the devs must consider doing

Re: [julia-users] Interpolation in Julia

2014-12-01 Thread Pileas
, BCnil, InterpQuadratic) # --- gave this error: ERROR: InterpGrid not defined. Τη Δευτέρα, 1 Δεκεμβρίου 2014 9:26:28 μ.μ. UTC-5, ο χρήστης Tim Holy έγραψε: On Monday, December 01, 2014 06:22:28 PM Pileas wrote: Matlab has

[julia-users] Re: Linter for Julia: any alternatives for Atom or Brackets?

2014-11-30 Thread Pileas
Alex, thanks for the feedback. It appears that I have already installed `script`. I am sure that I did not use it in the past because it did not work for Julia, but luckily now it does. As far as `Linter` is concerned I started an issue in Github. Let us see how it goes. Best, Pileas Τη

Re: [julia-users] Re: Text editor for coding Julia: Atom vs Light Table vs Bracket

2014-11-30 Thread Pileas
VIM and Emacs have steeper learning curves. The new ones are quite good to do the job and frankly speaking more modern and fun to use. Τη Κυριακή, 30 Νοεμβρίου 2014 6:45:00 π.μ. UTC-5, ο χρήστης Christoph Ortner έγραψε: Why does nobody mention EMACS as an alternative?

Re: [julia-users] Installing IJulia

2014-11-30 Thread Pileas
you want. Julia is easy in that matter because it does not need compiling. Best, Pileas Τη Πέμπτη, 27 Νοεμβρίου 2014 3:59:05 π.μ. UTC-5, ο χρήστης Abram Demski έγραψε: Pileas, Atom looks very cool, but it appears existing Julia customization is very minimal. Do you know

Re: [julia-users] Re: Text editor for coding Julia: Atom vs Light Table vs Bracket

2014-11-29 Thread Pileas
that there are no new releases for Sublime (as far as I know). Best, Pileas Τη Σάββατο, 29 Νοεμβρίου 2014 4:14:17 π.μ. UTC-5, ο χρήστης Daniel Carrera έγραψε: Hi Pileas, Ok. So I installed Atom and I have now spent several hours playing with it. I am impressed, and I like it. I did hit

[julia-users] Linter for Julia: any alternatives for Atom or Brackets?

2014-11-29 Thread Pileas
As the title says, I am wondering whether there is a linter for julia-lang that can be installed in Atom Editor or Brackets. Any suggestion would be welcome. P.S. Not sure if I should have said welcome or welcomed ...

[julia-users] Re: First code with Julia

2014-11-28 Thread Pileas
Maybe you need to `cd` to the specific file, so the program knows where to look for. Τη Παρασκευή, 28 Νοεμβρίου 2014 7:46:20 π.μ. UTC-5, ο χρήστης Poonam Upadhyay έγραψε: Hi All, I'm using Julia for the very first time and am trying to figure out the code given at

[julia-users] Technical books for Julia

2014-11-28 Thread Pileas
Hi all, Julia is a new language and hence not many books are published about her (if any). I was wondering if there are plans to write any books that are not oriented to the novice, but to those people who want to build models. That is books with specific topics about numerical computing, and

[julia-users] Re: Julia and Microsoft Visual Studio

2014-11-28 Thread Pileas
are broken. Should improve with future versions of LLVM. On Thursday, November 27, 2014 7:37:24 PM UTC-8, Pileas wrote: I am experimenting a bit with different text editors and IDEs. So far I have been quite happy with Atom editor, but there you need to always use the command line to execute

[julia-users] Re: Text editor for coding Julia: Atom vs Light Table vs Bracket

2014-11-28 Thread Pileas
I use Atom. It resembles so much with Sublime (maybe the same people work there). I tried Light Table. It is faster when it opens (this is a problem that Atom has so far: it is a little slow), but I find Atom easier to work with. Easy to install packages and themes. Supports many languages

[julia-users] Re: Text editor for coding Julia: Atom vs Light Table vs Bracket

2014-11-28 Thread Pileas
Update: I am trying Brackets now, and I have to say I am very pleased with it. Seems more mature. If only I could open the terminal with it! Τη Παρασκευή, 28 Νοεμβρίου 2014 11:54:33 π.μ. UTC-5, ο χρήστης Pileas έγραψε: I use Atom. It resembles so much with Sublime (maybe the same people work

[julia-users] Julia and Microsoft Visual Studio

2014-11-27 Thread Pileas
I am experimenting a bit with different text editors and IDEs. So far I have been quite happy with Atom editor, but there you need to always use the command line to execute the code (I have installed a `terminal` package that calls the bash quite quickly in Atom). I was wondering if there is a

[julia-users] Re: Significant rounding error in Julia: N * (1/1) == N + 1

2014-11-26 Thread Pileas
It does not happen in my machine either. Τη Τετάρτη, 19 Νοεμβρίου 2014 2:47:20 μ.μ. UTC-5, ο χρήστης Intrinsic Audio έγραψε: I've found an interesting issue in Julia that, though it seems trivial in the application I've given, is really messing up my code and my ability to guarantee its

Re: [julia-users] Re: Meshgrid in Julia: a working example and possible alternatives

2014-11-26 Thread Pileas
I found out that the code works when I use IJulia, but not when I run the command: julia file.jl. This is weird indeed ... Τη Τετάρτη, 26 Νοεμβρίου 2014 9:05:32 π.μ. UTC-5, ο χρήστης Steven G. Johnson έγραψε: On Wednesday, November 26, 2014 12:45:09 AM UTC-5, David Smith wrote: My

[julia-users] Meshgrid in Julia: a working example and possible alternatives

2014-11-25 Thread Pileas
Hi brothers, I am practicing a little bit in Julia now, and I want to see how meshgrid (if there is any) works. I found an example in Matlab (for I find it easier to cope with and make it Julia compatible), but I don't know how to do the meshgrid. Here is the example:

Re: [julia-users] Re: Meshgrid in Julia: a working example and possible alternatives

2014-11-25 Thread Pileas
έγραψε: On Tuesday, November 25, 2014 4:05:58 PM UTC-5, Pileas wrote: it does not understand pcolor, even when I load PyPlot. Why? Do we need to load a different package? No. Maybe you don't have Matplotlib installed. (I would generally recommend using the Anaconda Python distro, which

Re: [julia-users] Installing IJulia

2014-11-25 Thread Pileas
I have to suggest a very good editor that supports Julia and it is called Atom. It becomes better each day: Give it a try if you have time: https://atom.io/ Τη Τρίτη, 25 Νοεμβρίου 2014 6:12:52 μ.μ. UTC-5, ο χρήστης Abram Demski έγραψε: Thanks! I figured out how to do it in the default shell:

[julia-users] Re: Solving a Bellman equation with Julia through function iteration: what I do wrong?

2014-11-24 Thread Pileas
Indeed I have the Matlab code in mind that I want to make it work in Julia.

[julia-users] [Offtopic:] Why you did choose the name Julia?

2014-11-24 Thread Pileas
Is there a specific reason you guys chose this name? It kinda reminds me Linux Mint where each distro. has a girl's name ...

Re: [julia-users] [Offtopic:] Why you did choose the name Julia?

2014-11-24 Thread Pileas
, Nov 24, 2014 at 5:17 PM, Pileas phoebus@gmail.com javascript: wrote: Is there a specific reason you guys chose this name? It kinda reminds me Linux Mint where each distro. has a girl's name ...

Re: [julia-users] [Offtopic:] Why you did choose the name Julia?

2014-11-24 Thread Pileas
I propose this song as the official Julia song: http://www.youtube.com/watch?v=42j488Ru-Wk Τη Δευτέρα, 24 Νοεμβρίου 2014 5:48:28 μ.μ. UTC-5, ο χρήστης Pileas έγραψε: Maybe due to a song they were listening at that time (sub-conscious stuff)! Haha Τη Δευτέρα, 24 Νοεμβρίου 2014 5:28:06 μ.μ

[julia-users] LIst Ipopt options when using JuMP

2014-11-23 Thread Pileas
Hi, using JuMP we have a relatively easy way to solve for non-linear problems. Usually we have the following preamble: # using JuMP using Ipopt # For any kind of constraints m = Model(solver=IpoptSolver()) ... #

[julia-users] Re: How to generate subplots with 2D and 3D plots?

2014-11-23 Thread Pileas
I think you should have PyPlot in front of the commands and at the very end PyPlot.show(). I was able to create a simple graph using the following code: # - import PyPlot x = linspace(0,

[julia-users] Re: LIst Ipopt options when using JuMP

2014-11-23 Thread Pileas
() # === One last question that I have is whether we can use some kind of delimiter that can give us the result in a csv file, but not in one column, but rather in deifferent ones. Τη Κυριακή, 23 Νοεμβρίου 2014 3:10:34 μ.μ. UTC-5, ο χρήστης Pileas έγραψε: Hi, using

[julia-users] Solving a Bellman equation with Julia through function iteration: what I do wrong?

2014-11-23 Thread Pileas
OK, I have the following model in which I try to solve the Bellman equation through function iteration. However somewhere I am wrong. This is the code: = sigma = 1.5; # utility parameter delta = 0.1;

[julia-users] Re: Solving a Bellman equation with Julia through function iteration: what I do wrong?

2014-11-23 Thread Pileas
; # Update the value function end Τη Κυριακή, 23 Νοεμβρίου 2014 6:39:49 μ.μ. UTC-5, ο χρήστης Pileas έγραψε: OK, I have the following model in which I try to solve the Bellman equation through function iteration. However somewhere I am wrong. This is the code

[julia-users] Re: Solving a Bellman equation with Julia through function iteration: what I do wrong?

2014-11-23 Thread Pileas
OK, I took into consideration what people said in this group. I changed the code (see below) and I get results. I want to save the results in a .csv file, but instead of getting three columns, I get all the results in one column. sigma = 1.5; # utility parameter delta = 0.1;

[julia-users] Neuro-Dynamic Programming in Julia

2014-11-22 Thread Pileas
Some problems have the so-called curse of dimensionality and curse of modeling. For this reason Bersekas and Tsimtsiklis (at MIT) introduced the so-called Neuro-Dynamic Programing. Does Julia offer support for the aforementioned and if not, how about the future?