Just another update
This commit is contained in:
parent
a25938f123
commit
00a190b0a6
6591 changed files with 94363 additions and 23227 deletions
|
|
@ -0,0 +1,12 @@
|
|||
a := table():
|
||||
i := 1:
|
||||
while i < 100 do
|
||||
ba := (rand(-15 .. 15))():
|
||||
bb := (rand(-15 .. 15))():
|
||||
b := evalf(sqrt(ba^2+bb^2)):
|
||||
if b <= 15 and b >= 10
|
||||
then a[i] := [ba, bb]:
|
||||
i := i+1:
|
||||
end if:
|
||||
end do:
|
||||
plots:-pointplot(convert(a,list));
|
||||
Loading…
Add table
Add a link
Reference in a new issue