From e8a199703dac9964ab5d05fcd82c05714ad26bee Mon Sep 17 00:00:00 2001 From: Hideyoshi Date: Sun, 17 May 2020 14:49:37 -0300 Subject: [PATCH] v1.2 v1.1 v1.2 v1.2 v1.2 v1.2 --- LICENSE | 63 +--- build/lib/Otter/__init__.py | 2 - setup.py | 2 +- yoshi-otter1.2.tar.gz | Bin 0 -> 29940 bytes yoshi-otter1.2/LICENSE | 278 ++++++++++++++++++ {build/lib => yoshi-otter1.2}/Otter/Otter.py | 19 ++ yoshi-otter1.2/Otter/__init__.py | 21 ++ yoshi-otter1.2/README.md | 75 +++++ .../build/lib/Otter}/Otter.py | 0 .../build/lib/Otter}/__init__.py | 0 .../dist}/yoshi-otter-1.1.tar.gz | Bin .../dist}/yoshi_otter-1.1-py3-none-any.whl | Bin yoshi-otter1.2/setup.py | 28 ++ .../yoshi_otter.egg-info}/PKG-INFO | 0 .../yoshi_otter.egg-info}/SOURCES.txt | 0 .../dependency_links.txt | 0 .../yoshi_otter.egg-info}/requires.txt | 0 .../yoshi_otter.egg-info}/top_level.txt | 0 18 files changed, 423 insertions(+), 65 deletions(-) delete mode 100644 build/lib/Otter/__init__.py create mode 100644 yoshi-otter1.2.tar.gz create mode 100644 yoshi-otter1.2/LICENSE rename {build/lib => yoshi-otter1.2}/Otter/Otter.py (92%) mode change 100644 => 100755 create mode 100644 yoshi-otter1.2/Otter/__init__.py create mode 100644 yoshi-otter1.2/README.md rename {Otter => yoshi-otter1.2/build/lib/Otter}/Otter.py (100%) mode change 100755 => 100644 rename {Otter => yoshi-otter1.2/build/lib/Otter}/__init__.py (100%) rename {dist => yoshi-otter1.2/dist}/yoshi-otter-1.1.tar.gz (100%) rename {dist => yoshi-otter1.2/dist}/yoshi_otter-1.1-py3-none-any.whl (100%) create mode 100644 yoshi-otter1.2/setup.py rename {yoshi_otter.egg-info => yoshi-otter1.2/yoshi_otter.egg-info}/PKG-INFO (100%) rename {yoshi_otter.egg-info => yoshi-otter1.2/yoshi_otter.egg-info}/SOURCES.txt (100%) rename {yoshi_otter.egg-info => yoshi-otter1.2/yoshi_otter.egg-info}/dependency_links.txt (100%) rename {yoshi_otter.egg-info => yoshi-otter1.2/yoshi_otter.egg-info}/requires.txt (100%) rename {yoshi_otter.egg-info => yoshi-otter1.2/yoshi_otter.egg-info}/top_level.txt (100%) diff --git a/LICENSE b/LICENSE index ecbc059..d2c5abe 100644 --- a/LICENSE +++ b/LICENSE @@ -275,65 +275,4 @@ OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. \ No newline at end of file +POSSIBILITY OF SUCH DAMAGES. \ No newline at end of file diff --git a/build/lib/Otter/__init__.py b/build/lib/Otter/__init__.py deleted file mode 100644 index 4132067..0000000 --- a/build/lib/Otter/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -from .Otter import Algebra as algebra -from .Otter import Interpolation as interpolation \ No newline at end of file diff --git a/setup.py b/setup.py index 6da5b64..6e4ad41 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="yoshi-otter", # Replace with your own username - version="1.1", + version="1.2", author="Vitor Hideyoshi", author_email="vitor.h.n.batista@gmail.com", description="Numeric Calculus python module in the topic of Algebra Functions", diff --git a/yoshi-otter1.2.tar.gz b/yoshi-otter1.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d743ea50371dab94698dfdbb6315a60e3e8c4339 GIT binary patch literal 29940 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 D)_tEo literal 0 HcmV?d00001 diff --git a/yoshi-otter1.2/LICENSE b/yoshi-otter1.2/LICENSE new file mode 100644 index 0000000..d2c5abe --- /dev/null +++ b/yoshi-otter1.2/LICENSE @@ -0,0 +1,278 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. \ No newline at end of file diff --git a/build/lib/Otter/Otter.py b/yoshi-otter1.2/Otter/Otter.py old mode 100644 new mode 100755 similarity index 92% rename from build/lib/Otter/Otter.py rename to yoshi-otter1.2/Otter/Otter.py index c2ec3b7..0412302 --- a/build/lib/Otter/Otter.py +++ b/yoshi-otter1.2/Otter/Otter.py @@ -1,3 +1,22 @@ +# Otter - Program made for educational intent, can be freely distributed +# and can be used for economical intent. I will not take legal actions +# unless my intelectual propperty, the code, is stolen or change without permission. +# +# Copyright (C) 2020 VItor Hideyoshi Nakazone Batista +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License version 2 as published by +# the Free Software Foundation. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + import math import numpy as np import Seals diff --git a/yoshi-otter1.2/Otter/__init__.py b/yoshi-otter1.2/Otter/__init__.py new file mode 100644 index 0000000..08ce1fe --- /dev/null +++ b/yoshi-otter1.2/Otter/__init__.py @@ -0,0 +1,21 @@ +# Otter - Program made for educational intent, can be freely distributed +# and can be used for economical intent. I will not take legal actions +# unless my intelectual propperty, the code, is stolen or change without permission. + +# Copyright (C) 2020 VItor Hideyoshi Nakazone Batista + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License version 2 as published by +# the Free Software Foundation. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +from .Otter import Algebra as algebra +from .Otter import Interpolation as interpolation \ No newline at end of file diff --git a/yoshi-otter1.2/README.md b/yoshi-otter1.2/README.md new file mode 100644 index 0000000..05245f1 --- /dev/null +++ b/yoshi-otter1.2/README.md @@ -0,0 +1,75 @@ +# Otter - Numeric Calculus + +This python package is made for applied Numeric Calculus of Algebra Functions. It is made with the following objectives in mind: + +* Receive one variable function from user input + +* Receive two variable function from user input + +* Performe derivatives with one variable functions + +* Performe integral with received functions + +* Use methods to proccess the matrices. + +* Find root of functions throw method of bissection and method of newton + +* Solve Diferential Equations throw method of euler and runge + +* Performe Minimus Interpolation and Polinomial Interpolation + +## Syntax + +To initialize a Otter instance linked to functions use the following syntax `otr = Otter.algebra(f)`, where `otr` will be a arbitrary name for the instance and `f` is a function of *one variable*. + +To initialize a Otter instance linked to data and interpolation use the following syntax `otr = Otter.interpolation(data)`, where `otr` will be a arbitrary name for the instance and data will be a *numpy* matrix where the first columns has to contain the values for `x` and the second column contains the values for `y`. + +### Algebra + +Algebra is a Python Class where some of the features described previously are defined as Classes as well, like: `Integral`, `Roots`, `EDO` (diferential equations). + +#### Integral + +To call the class *Integral* append the sufix with lower case in front of the instance like: `otr.integral`. The Integral class has two other class defined inside, `Simple` and `Double`, to call them append the sufix with lower case in front as `otr.integral.simple` or `otr.integral.double`. Then pick between Riemann's Method or Simpson's Method by appending the sufix `riemann` or `simpson` as well. + +After that the syntax will be something like `otr.integral.double.riemann(a,b,c,d,n,m)`, where `a` and `c` will be the first value of the interval of integration respectively in x and y, `b` and `d` will be the last, `n` and `m` will be the number of partitions. + +The syntax for one variable integrations will be `otr.integral.simple.riemann(a,b,n)`. + +If `n` is not defined the standart value in 10^6 partitions for one variable and 10^4 for double. And if `m` is not defined the standart value will be equal to `n`. + +#### Roots + +To call the class *Root* append the sufix with lower case in front of the instance like: `otr.roots`. The Roots class has three methods defined inside, `bissec`, `newton` and `bissec_newton`, to call them append the sufix with lower case in front as `otr.roots.bissec` or `otr.roots.newton` or even `otr.roots.bissecnewton`. + +The syntax for the bissection method and bissec_newton is equal to `otr.roots.bissec(a,b,e)` and `otr.roots.bissec_newton(a,b,e)`, where `a` is the first element of the interval containing the root and `b` is the last, `e` being the precision. + +The syntax for the newton method is equal to `otr.roots.newton(a,e)`, where `a` is the element closest to the root and `e` is the precision. + +If `e` is not defined the standart value is 10^(-6). + +#### Diferential Equations + +To call the class *EDO* (*E*quações *D*iferenciais *O*rdinárias) append the sufix with lower case in front of the instance like: `otr.edo`. The *EDO* class has two methods defined inside: `euler` and `runge`, to call them append the sufix with lower case in front as `otr.edo.euler` or `otr.edo.runge`. + +The syntax for the diferential equations method is equal to `otr.edo.euler(a,y,b,n)` or `otr.edo.runge(a,y,b,n)`, where `a` and `y` will be the inintial point and `b` is the value in *x* which you want to know the corresponding value in *y* and `n` is the number of operations. + +If `n` is not defined the standart value is 10^7. + +### Interpolation + +The python class *Interpolation* is divided in one method, minimus interpolation, and one class, polinomial interpolation. + +To call the method *minimus* use a syntax like `otr = Otter.interpolation(data)`, where `otr` is an instance and append the method in front of the instance like: `otr.minimus(x)`, where *x* is value of *f(x)* you want to estimate. + +To call the class *Polinomial* append the sufix with lower case in front of the instance like: `otr.polinomial`. The *Polinomial* class has four methods defined inside: `vandermonde`, `lagrange`, `newton` and `gregory`, to call them append the sufix with lower case in front like `otr.edo.gregory(x)` where *x* is value of *f(x)* you want to estimate. + +## Installation + +To install the package from source `cd` into the directory and run: + +`pip install .` + +or run + +`pip install yoshi-otter` diff --git a/Otter/Otter.py b/yoshi-otter1.2/build/lib/Otter/Otter.py old mode 100755 new mode 100644 similarity index 100% rename from Otter/Otter.py rename to yoshi-otter1.2/build/lib/Otter/Otter.py diff --git a/Otter/__init__.py b/yoshi-otter1.2/build/lib/Otter/__init__.py similarity index 100% rename from Otter/__init__.py rename to yoshi-otter1.2/build/lib/Otter/__init__.py diff --git a/dist/yoshi-otter-1.1.tar.gz b/yoshi-otter1.2/dist/yoshi-otter-1.1.tar.gz similarity index 100% rename from dist/yoshi-otter-1.1.tar.gz rename to yoshi-otter1.2/dist/yoshi-otter-1.1.tar.gz diff --git a/dist/yoshi_otter-1.1-py3-none-any.whl b/yoshi-otter1.2/dist/yoshi_otter-1.1-py3-none-any.whl similarity index 100% rename from dist/yoshi_otter-1.1-py3-none-any.whl rename to yoshi-otter1.2/dist/yoshi_otter-1.1-py3-none-any.whl diff --git a/yoshi-otter1.2/setup.py b/yoshi-otter1.2/setup.py new file mode 100644 index 0000000..6e4ad41 --- /dev/null +++ b/yoshi-otter1.2/setup.py @@ -0,0 +1,28 @@ +import setuptools + +with open("README.md", "r") as fh: + long_description = fh.read() + +setuptools.setup( + name="yoshi-otter", # Replace with your own username + version="1.2", + author="Vitor Hideyoshi", + author_email="vitor.h.n.batista@gmail.com", + description="Numeric Calculus python module in the topic of Algebra Functions", + long_description=long_description, + long_description_content_type="text/markdown", + url="https://github.com/HideyoshiNakazone/Otter-NumericCalculus.git", + packages=setuptools.find_packages(), + classifiers=[ + "Programming Language :: Python :: 3", + "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", + "Operating System :: OS Independent", + "Development Status :: 2 - Pre-Alpha", + ], + python_requires='>=3.6', + install_requires=[ + 'numpy', + 'pandas', + 'yoshi-seals' + ], +) \ No newline at end of file diff --git a/yoshi_otter.egg-info/PKG-INFO b/yoshi-otter1.2/yoshi_otter.egg-info/PKG-INFO similarity index 100% rename from yoshi_otter.egg-info/PKG-INFO rename to yoshi-otter1.2/yoshi_otter.egg-info/PKG-INFO diff --git a/yoshi_otter.egg-info/SOURCES.txt b/yoshi-otter1.2/yoshi_otter.egg-info/SOURCES.txt similarity index 100% rename from yoshi_otter.egg-info/SOURCES.txt rename to yoshi-otter1.2/yoshi_otter.egg-info/SOURCES.txt diff --git a/yoshi_otter.egg-info/dependency_links.txt b/yoshi-otter1.2/yoshi_otter.egg-info/dependency_links.txt similarity index 100% rename from yoshi_otter.egg-info/dependency_links.txt rename to yoshi-otter1.2/yoshi_otter.egg-info/dependency_links.txt diff --git a/yoshi_otter.egg-info/requires.txt b/yoshi-otter1.2/yoshi_otter.egg-info/requires.txt similarity index 100% rename from yoshi_otter.egg-info/requires.txt rename to yoshi-otter1.2/yoshi_otter.egg-info/requires.txt diff --git a/yoshi_otter.egg-info/top_level.txt b/yoshi-otter1.2/yoshi_otter.egg-info/top_level.txt similarity index 100% rename from yoshi_otter.egg-info/top_level.txt rename to yoshi-otter1.2/yoshi_otter.egg-info/top_level.txt