Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrodium committed Feb 9, 2024
1 parent 26dd2d1 commit d9339ff
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/src/math/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@
## Introduction
[B-spline](https://en.wikipedia.org/wiki/B-spline) is a mathematical object, and it has a lot of application. (e.g. Geometric representation: [NURBS](https://en.wikipedia.org/wiki/Non-uniform_rational_B-spline), Interpolation, Numerical analysis: [IGA](https://en.wikipedia.org/wiki/Isogeometric_analysis))

In this page, we'll explain the mathematical definitions and properties of B-spline with Julia code.
Before running the code in the following section, you need to import packages:
```@example
using BasicBSpline
using Plots; plotly()
```
We will explain the mathematical definitions and properties of B-spline with Julia code in the following pages.

## Notice
Some of notations in this page are our original, but these are well-considered results.
Expand Down

0 comments on commit d9339ff

Please sign in to comment.