Skip to content

Commit 3ac97de

Browse files
authored
Update Readme.md
1 parent 76d9805 commit 3ac97de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Within our terminal, we begin by initiating a PyQ interaction session.
5353
$ pyq
5454
```
5555

56-
Next, we import PyQ and the NAG Library for *Python*.
56+
Next, we import PyQ and the BLAS module of the NAG Library for *Python*.
5757

5858
```
5959
>>> from pyq import q
@@ -105,10 +105,10 @@ Returns: x: float, ndarray, shape(n,n)
105105
nrmgrd: float
106106
```
107107

108-
Within our interactive PyQ session, we begin importing the correlationby entering entering a q environment.
108+
Within our interactive PyQ session, we begin importing the Correlation and Regression Analysis module, then entering entering a q environment.
109109

110110
```
111-
>>>
111+
>>> from naginterfaces.library import correg
112112
>>> q()
113113
```
114114

@@ -156,7 +156,7 @@ Returns: result: float
156156
abserr: float
157157
```
158158

159-
We start by importing the quadrature module, then enter a q environment.
159+
We start by importing the Quadrature module, then enter a q environment.
160160

161161
```
162162
>>> from naginterfaces.library import quad

0 commit comments

Comments
 (0)