Ask a New Question
Search
Questions and answers by
bineesh
Questions (3)
Q. Determine the equation for a cubic spline segment passing through two end points A (0, 5) and B (10, 20), having a slope of 2
0 answers
584 views
Q. Determine the equation for a cubic spline segment passing through two end points A (0, 5) and B (10, 20), having a slope of 2
0 answers
442 views
Given the following 3-address code
1: a = 1 2: b = 2 3: c = a + b 4: d = c - a 5: if( d < 20 ) goto 11 6: d = b * d 7: if( d > 20
0 answers
968 views