Blogs

Apresentação no Poincaré …

Fui convidado a fazer alguma apresentação para os seminários Poincaré do PET Matemática da UFPR. Irei falar sobre o Método de Newton para zeros de funções, sistemas não lineares, e para otimização. A apresentação será hoje, dia 20 de Novembro, às 17h40. Os slides você pode pegar aqui ou ver o código …

New computer at work

I just got a new notebook at work. This is a HP computer, with a AMD a10-4600M processor, 4GB of RAM and 320GB of HD space. I have a personal notebook with a similar configuration and my work desktop also has a similar configuration, so this isn’t a great improvement. However, we’re …

Installing CUTEst and …

This post will tell you how to install CUTEst using a different tool that makes it much easier. Also, I’ll install CUTEst.jl, the CUTEst interface for Julia. Edit: Now, CUTEst.jl install CUTEst by itself. Check this post. Also, for Linux, I’ve created this CUTEst installer, which should …

Resultado da Oficina de …

Hoje aconteceu a Oficina de Ferramentas Computacionais para Pesquisadores. Como era esperado, tivemos um pouco de atrasado, mas não tanto. Conseguimos começar uns 5 minutos depois do esperado, mas não conseguimos fazer chamada. O período da manhã teve por volta de 20 participantes, sendo que alguns …

A CLI Reminder - Remind

I’ve struggled with remembering appointments and tasks for a long time. During my undergraduate courses, I learned to manage the tasks I had because they were few and regular. It’s easy to remember you have class at 7h30 if every weekday you have class at 7h30. Also, you normally have a …

Workshop de Ferramentas …

Sobre No dia 30 de Maio de 2015 acontecerá uma Oficina de Ferramentas Computacionais para Pesquisadores. Essa oficina será focada em três ferramentas básicas para desenvolvimento de software: Bash Git Julia O Bash é o terminal tradicinal dos sistemas GNU/Linux (a tela preta). As possibilidades de …

Apresentação no VII …

No dia 24 de Fevereiro de 2015 aconteceu o (primeiro dia do) VII Simpósio de Análise Numérica e Otimização. Participei deste congresso fazendo uma apresentação sobre Ferramentas Computacionais para Pesquisadores (ver código). Nesta apresentação, introduzo algumas ferramentas que considero bastante …

CUTEst.jl

About an year ago, Raniere started working on a interface for CUTEst. He decided to create ugly, a repository for CUTEst, but following the Unix procedure for building packages (./configure, make, make install). Also with ugly, he wanted to enable building a shared library to be used with Julia. …

A Study in Julia

Today I begin a study in Julia. This fantastic tool has syntax similar to that of Octave/Matlab, but is much faster. Furthermore, the interface with functions made in C and Fortran is much easier to accomplish, and since most things in computational mathematics are on these languages, this feature …