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

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

[Octave-bug-tracker] [bug #58456] symbolic package is not loading the fu


From: michael peters
Subject: [Octave-bug-tracker] [bug #58456] symbolic package is not loading the function exp_polar
Date: Wed, 27 May 2020 12:50:18 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:76.0) Gecko/20100101 Firefox/76.0

URL:
  <https://savannah.gnu.org/bugs/?58456>

                 Summary: symbolic package is not loading the function
exp_polar
                 Project: GNU Octave
            Submitted by: michaelpetersubc
            Submitted on: Wed 27 May 2020 04:50:16 PM UTC
                Category: Libraries
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: 4.2.2
         Discussion Lock: Any
        Operating System: GNU/Linux

    _______________________________________________________

Details:

This originally came up trying to solve a system of non-linear equations using
the symbolic package.  Some routine in vpasolve tried to use polar
coordinates.  To reproduce the problem

pkg install -forge symbolic
pkg load symbolic
syms x
ezplot(erf(x), [-pi, pi])+ezplot(exp_polar(x),[-1,1])

The erf function  plots, the exp_polar function throws this error
error: 'exp_polar' undefined near line 1 column 32

As I understand both functions are part of the symbolic package.




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58456>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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