Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

19457 sequences #19458

Closed
wants to merge 6 commits into from
Closed

Conversation

Abhishek-IOT
Copy link

References to other Issues or PRs

Fixes #19457

Brief description of what is fixed or changed

Just made a few more examples in the examples package so that the beginner open source coder can understand more about it. Split the main method to two different method Normal Equation method and For Squared Equation Example

Other comments

Release Notes

NO ENTRY

@sympy-bot
Copy link

sympy-bot commented May 29, 2020

Hi, I am the SymPy bot (v160). I'm here to help you write a release notes entry. Please read the guide on how to write release notes.

  • No release notes entry will be added for this pull request.

Note: This comment will be updated with the latest check if you edit the pull request. You need to reload the page to see it.

Click here to see the pull request description that was parsed.

<!-- Your title above should be a short description of what
was changed. Do not include the issue number in the title. -->

#### References to other Issues or PRs
Fixes #19457

#### Brief description of what is fixed or changed
Just made a few more examples in the examples package so that the beginner open source coder can understand more about it. Split the main method to two different method Normal Equation method and For Squared Equation Example

#### Other comments


#### Release Notes

<!-- Write the release notes for this release below. See
https://github.com/sympy/sympy/wiki/Writing-Release-Notes for more information
on how to write release notes. The bot will check your release notes
automatically to see if they are formatted correctly. -->

<!-- BEGIN RELEASE NOTES -->
NO ENTRY
<!-- END RELEASE NOTES -->

@codecov
Copy link

codecov bot commented May 29, 2020

Codecov Report

Merging #19458 into master will decrease coverage by 0.026%.
The diff coverage is n/a.

@@              Coverage Diff              @@
##            master    #19458       +/-   ##
=============================================
- Coverage   75.653%   75.627%   -0.027%     
=============================================
  Files          652       653        +1     
  Lines       169716    170013      +297     
  Branches     40051     40081       +30     
=============================================
+ Hits        128396    128576      +180     
- Misses       35713     35817      +104     
- Partials      5607      5620       +13     

@Abhishek-IOT Abhishek-IOT marked this pull request as draft May 29, 2020 15:36
@Abhishek-IOT Abhishek-IOT marked this pull request as ready for review May 29, 2020 15:36
examples/all.py Outdated Show resolved Hide resolved
@sympy-bot
Copy link

🟠

Hi, I am the SymPy bot (v160). I've noticed that some of your commits add or delete files. Since this is sometimes done unintentionally, I wanted to alert you about it.

This is an experimental feature of SymPy Bot. If you have any feedback on it, please comment at sympy/sympy-bot#75.

The following commits add new files:

  • 6328231:
    • _build/text/doc/src/tutorial/beginner_example_docs.txt

If these files were added/deleted on purpose, you can ignore this message.

@czgdp1807
Copy link
Member

Closing this for now due to inactivity and non-critical changes. Thanks for your contributions.

@czgdp1807 czgdp1807 closed this Aug 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding new Examples in the example package
4 participants