Ask Your Question

lainme's profile - activity

2016-05-30 17:12:56 +0200 received badge  Nice Question (source)
2015-11-26 23:02:45 +0200 received badge  Famous Question (source)
2015-03-20 19:30:02 +0200 received badge  Famous Question (source)
2014-05-02 10:09:26 +0200 received badge  Notable Question (source)
2013-09-23 10:58:51 +0200 received badge  Notable Question (source)
2013-08-13 14:15:29 +0200 received badge  Popular Question (source)
2013-03-24 23:53:27 +0200 received badge  Popular Question (source)
2012-04-13 02:02:39 +0200 asked a question change legend font when plotting

I would like to ask are there any ways to change the font of the legend? I searched the document and only found the option "legend_font_family", which can be sans-serif, serif or other name. However, I don't want to use the default font defined in system.

2011-12-14 23:45:21 +0200 received badge  Supporter (source)
2011-12-14 23:45:04 +0200 commented answer solving homogeneous system of linear equations

the right_kernel is exactly what I want. Thanks very much for your answer and the resources provided!

2011-12-14 19:45:42 +0200 received badge  Student (source)
2011-12-14 09:53:03 +0200 asked a question solving homogeneous system of linear equations

The system is written on the form Ax=0. I know this can be done by using, for example,

solve([eq1==0,eq2==0],x1,x2)

But this is somewhat complex. I wonder if the system can be directly solved by A.solve_right or some other simpler notation?