Feel free to check out (and contribute!) to
https://github.com/quinnj/Rosetta-Julia. I started it when I first got
involved with julia and it's got a fair number of examples and exercises.

-Jacob
On Jun 23, 2014 5:52 PM, "Alireza Nejati" <[email protected]> wrote:

> Actually that's not a bad idea; someone should start a Julia-specific
> exercise repo.
>
> About Expert.4, I'm not sure how you're running it, but matlist and
> veclist should obviously be lists of matrices and vectors, respectively.
>
> matlist = Matrix[rand(4,4), rand(4,4)]
> veclist = Vector[rand(4), rand(4)]
> reduce(+, [A*x for A in matlist, x in veclist])
>
> You can also try setting matlist = Matrix[rand(4,4)] and veclist =
> Vector[rand(4)] and it will still work.
>
>
> On Monday, June 23, 2014 2:43:32 AM UTC+12, Michiaki Ariga wrote:
>>
>> Hi all,
>>
>> I'm a Julia newbee, and I'm trying to learn Julia and wrote Julia version
>> of rougier's 100 numpy exercises(http://www.loria.fr/
>> ~rougier/teaching/numpy.100/index.html).
>>
>> https://github.com/chezou/julia-100-exercises
>>
>> I'd like you to tell me more "julia way" or something wrong with.
>>
>> Best regards,
>> Michiaki
>>
>

Reply via email to