2019年10月8日

week 1 problem set

摘要: 1 # include 2 int choose(int n); 3 int main() 4 { 5 int i=2,a=1,b=1,c=2; 6 printf("%d\n%d\n",a,b); 7 for (i=2;i<=10;i++) 8 { 9 c=a+b; 10 a=b; 11 b=c;... 阅读全文

posted @ 2019-10-08 13:30 Eleni 阅读(153) 评论(0) 推荐(0) 编辑

右复合及映射

摘要: 1. 设F,G为二元关系,G对F的右复合记作FoG,其中F是复合到G上的第二步作用 2. 若(值域)ranf=B,则称f:A→B是surjective 若different input can get different output,则称f:A→B是injective 若f:A→B既是surjec 阅读全文

posted @ 2019-10-08 09:15 Eleni 阅读(2802) 评论(0) 推荐(0) 编辑

导航