octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #34567] Ridges in smooth plot


From: Jordi Gutiérrez Hermoso
Subject: [Octave-bug-tracker] [bug #34567] Ridges in smooth plot
Date: Mon, 17 Oct 2011 21:02:52 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20110109 Hypercheetah/3.6.13

Update of bug #34567 (project octave):

                  Status:                    None => Invalid                
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #3:

You're computing the matrix exponential. Not the exponential function.


e**[1 2; 3 4] 


means


expm([1 2; 3 4])


which as you know is this: http://en.wikipedia.org/wiki/Matrix_exponential

I don't think this is the function you want to plot, which happens to have a
value on the diagonal of the matrix that isn't what you want.

I'm closing this bug report as invalid. If I misunderstood the situation, we
may reopen it.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34567>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]