User:Yefllower

From Octave
Jump to navigation Jump to search

A: An introduction[edit]

  • Please describe yourself in three sentences, one of them regarding your current studies.

I have participated in ACM for past two years with my teammates in Asian regional contest and won the first place in Changchun regional with team CamEo.

Math is amazing and beautiful, and I've learned basic college math well.


    • Which languages do you speak?

Chinese is my mother tongue, and English is my first foreign language. I had my GRE test last year and is confident with my reading skills.


    • What's your overall background?

I am a second-year college student from Shanghai Jiao Tong University, majoring in Computer Science.


  • Why do you want to participate in the Google Summer of Code? What do you hope to gain by doing so?

At first I was attracted by the experience and rewards to this Google project. When I scanning the suggested projects from other organizations, I found most of which are just coding a project or fix a few bugs. But this math and programming is really attractive to me. Combining code and math is my favorite part in acm contest. So here I am. This project would help me get familiar with the working ways of a real programmer of a community. And coding to make a software like octave better would be a pride to me, even the minor parts. If I have time and enjoyed myself during this project, I am willing to continue to contribute my effort to Octave afterwards.


    • Please also describe your previous experience with the GSoC, if any.

I am first time to this GSoC. I'll try to get familiar with the programs.


  • Why are you choosing Octave?

Octave was used to do my Coursera homework of the course Machine Learning from Stanford. Matlab and Octave were suggested by Andrew Ng to complete the learning. MATLAB is really expensive but I really don't want to use pirated versions. And from almost all of the ideas pages I've only seen this one with something to do with my math learning besides coding.

C: Contact[edit]

  • Please state the (unique and identical where possible) nick you use on IRC and any other communication channel related to Octave.

My IRC nickname: yefllower

My e-mail address: yefllowers@gmail.com

Actually this name is almost always unique everywhere.


  • Which time zone do you live in? Will that change over GSoC duration?

UTC+08:00

It will not change.


  • Please state the timeframe (in UTC+0) when you feel most comfortable working during GSoC. Where are your time buffers?

I prefer to code in nights, (UTC+0)from 11:00 to 17:00. If no acm training or other meetings, I can start from afternoon like (UTC+0)7:00. (this happens three to four times a week)

E: Coding experience[edit]

  • Please describe your experience with C++, Octave or Matlab m-scripts, OpenGL and Qt.

I have programming C++ since high school, more than five years till now. I've tried Octave and Matlab, but not often use them. Usually I use mathematica instead. I've never used Qt or OpenGL. OpenGL was once in my plan until I'm too busy to learn it.


  • Please describe your experience with other programming languages.

I can write a bit Python and Java, can read programs in these language.


  • Please describe your experience with being in a development team.

No such experience.


  • Please describe the biggest project you have written code for and what you learned by doing so. Also describe your role in that project over time.

Not big one, just an AI for a chess like game called fish. and a simple rewritten version of C++ STL list and map. Until then I have no habit of saving codes of different versions.


  • Please state the commits and patches you already contributed to Octave.

Not yet.

F: Feeling fine[edit]

  • Please describe (in short) your experience with the following tools:
    • IRC and mailing lists

First time to use, getting familiar.


    • Mercurial or other source code management systems

I used github for my course design last year.


    • Mediawiki or other wiki software

Have never used.


    • make, gcc, gdb or other development tools

Not familiar with gdb, knowing well others.

P: Prerequisites[edit]

  • Please state the operating system you work with.

win8 on my laptop and a Ubuntu 12.04 LTS in Virtual machine.


  • Please estimate an average time per day you will be able to access
    • an internet connection
    • a computer
    • a computer with your progressing work on

All the time I have access to my laptop with a sometime slow connection.


  • Please describe the degree up to which you can install new software on computers you have access to.

I have the root or administrator account.

S: Self-assessment[edit]

  • Please describe how useful criticism looks from your point of view as committing student.

If I know it is useful I would love to hear all of it. It can get me familiar with things I've never touched. But before hear it and think about it, I cannot know whether it is useful. Maybe the best way is to welcome all the criticism.


  • How autonomous are you when developing?
    • Do you like to discuss changes intensively and not start coding until you know what you want to do?
    • Do you like to code a proof of concept to 'see how it turns out', modifying that and taking the risk of having work thrown away if it doesn't match what the project or original proponent had in mind?

I do want to answer both with "Yes". When facing a tough task, I prefer thinking deep before I start, at least the possible structure of my work. But to details or ideas I'm not sure engough, I prefer writing it and testing it first as a small piece to start with.

Y: Your task[edit]

  • Did you select a task from our list of proposals and ideas?

Yes. The Numerical part.


    • If yes, what task did you choose? Please describe what part of it you especially want to focus on if you can already provide this information.

I especially want to focus on the implement of improving logm, sqrtm, funm[1]. Maybe I can start with expm as an easy one.

or some of following ones within my ability to learn, as all of them have already papers and books on them.

Generalized eigenvalue problem, and Various sparse matrix improvements.

Implement solver for initial-boundary value problems for parabolic-elliptic PDEs in 1D.

Implement solver for 1D nonlinear boundary value problems.


  • Please provide a rough estimated timeline for your work on the task.

A rough timeline:

April: Get the structure of my task to do.

May: Read the papers about the algorithms I need and get started with a few small programs to test.

June: Implementation of expm(or other easy functions I chose)

July: Complete other remaining functions.

August: Testing and maintaining , and end of the GSoC.