equation
Threes, finding 23 sets of x y z values satisfy the condition x^3+y^3=1+z^3
Now I have completed the finding 23 sets of x y z values satisfy the condition x^3+y^3=1+z^3 & x int setsFound = 0;[详细]
2023-03-25 18:24 分类:问答Find recurrence equation from algorithm
I have to find the recurrence equation from this algorithm: ALGO(n) if n <= 2 then return(0) else y = ALGO(n/3)[详细]
2023-03-19 02:47 分类:问答find a point which perpendicular to given line [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-03-19 01:04 分类:问答Graphing equations involving absolute values
How would you draw in R the graph of the equation y| = 开发者_如何转开发1 - |x| fun1 <- function(x) 1-abs(x)[详细]
2023-03-18 23:41 分类:问答Solving 16 equations simultaneously to solve 16 variables using the 'solve' command in MATLAB
I have been trying to get a solution to 16 variables with 16 equations (linear) with the solve command.[详细]
2023-03-18 08:35 分类:问答Iterations of an indirect equation using MATLAB
I am stuck on plotting a graph of surface potential(shy_s) Vs Gate voltage(vgb). I just have to solve this equation below and find the root for every iterations[详细]
2023-03-17 07:19 分类:问答iPhone SDK: Image scaling problem
In my app I i开发者_运维百科ncrease an images size, and decrease it, using the following code:[详细]
2023-03-15 13:59 分类:问答Ruby on rails 3 - Show decimals
Probably one of the simpler questions but I haven\'t found a 开发者_JAVA百科solution for it. I want to show 2 decimals after making an equation of numbers coming from a database.[详细]
2023-03-14 03:44 分类:问答sperical law of cosines formula
I\'m tring to calculate a point\'s longitude from the other point\'s longitude. They have the same latitude and the distance between them is known. I try to use the sperical law of cosines formula.[详细]
2023-03-12 23:10 分类:问答karplus equation in gnuplot
I want plot 开发者_JAVA技巧karplus equation f(t)=a*cos(t+o)**2 + b*cos(t+o) + c with gnuplot for different value of a, b, c, o values. In particular the parameters a, b, c, o have tabular form (in[详细]
2023-03-11 19:02 分类:问答