Post

pub essais snc post

SNC

  • manually triggered wks.
  • push trigger wks., now remove static wf, wks.
  • add cats, add post
    1. try post via ulysses external folder

view paper: just testing

codeblocks

how code looks: R

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
get.r<-function(s){
  basis<-3
  x<-basis+s
  
  
  i<-x-basis
  p<-i-1
  q<-x^i
  y<-x+p
  z<-y^i
  q<-z
  r1<-q/x
r2<-sqrt(q)
print(r1)
print(r2)
print(z)
print("---")
print(i<-z^r2)
print((b<-z*1/r1))
print(q<-(z*1/r1)*x)
#print(q)
print(r1<-sqrt(q))
}
get.r(0)
This post is licensed under CC BY 4.0 by the author.