algebra
How do I write a string equation solver in python?
Thanks in advance! I am writing a program to check if a is true and then return True or False. I need to split it up at the equal sign and then check if the 1st item in the list is equal to the secon[详细]
2023-01-24 18:24 分类:问答Can I calculate an element without looping through all preceding elements in my case (see the question body)?
I have 2 arrays of Doubles of the same length. Array a is filled with some data, array b is to be calculated.[详细]
2023-01-23 11:00 分类:问答What's the opposite of JavaScript's Math.pow?
I\'m having a mental block here, and algebra not really being my开发者_运维知识库 thing, can you tell me how to re-write the JavaScript code below to derive the variable, c, in terms of a and b?:[详细]
2023-01-22 09:09 分类:问答How to construct a repeating equation?
Suppose two integers x and N. I\'m trying to determine how to construct an algorithm th开发者_StackOverflowat would return an integer of the value x repeated N times.[详细]
2023-01-20 04:54 分类:问答Basic boolean minimization
I am trying to simplify the following piece of boolean algebra so I can construct the circuit : A\'.B\'.C.D+A\'.B.C.D\'+A\'.B.C.D+A.B\'.C\'.D +A.B\'.C.D+A.B.C\'.D+A.B.C.D\' + A.B.C.D[详细]
2023-01-19 20:47 分类:问答solve for x problem [closed]
Closed. This question is off-topic. It is not currently accepting answers. 开发者_如何学Python Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-01-19 17:49 分类:问答Greatest GCD between some numbers
We\'ve got some nonnegative numbers. We want to find the pair with maximum gcd. actually this maximum is more important than the pair![详细]
2023-01-15 12:44 分类:问答Find a root of a polynomial modulo 2^r [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-01-13 05:31 分类:问答Looking for a bell curve formula to present data that has zero to full affect in a range
a=(0-100) when x=0, a should be 0 when x=100, a should be 100 the data needs to bell curve towards the 100 mark, so that once x passes 100 a will remain at 100 and not go over.[详细]
2023-01-07 02:44 分类:问答How can I scale multiple windows with fixed aspect ratio so that they cover maximum of monitor without overlapping
My question is in my title. I am trying to develop a logic so that I can scale fixed开发者_Go百科 aspect ratio windows to cover most of the screen without overlapping eachother. There could be two thr[详细]
2023-01-01 07:39 分类:问答