Recent content by frank1
-
F
Can I use the Master Theorem here? (Algorithm Complexity)
Homework Statement What is the complexity of the following recurrence: T(n) = (9/4)T((2/3)n) + n² Homework Equations My question is: can I use the Master Theorem here? The Attempt at a Solution My attemp: a=9/4 b=3/(1/2) (this is where I think I may be wrong) f(n) = n² so, in this case T(n)...- frank1
- Thread
- Complexity Master Theorem
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help
-
F
Doubt about abelian conjugacy class
got it! thanks fourier- frank1
- Post #3
- Forum: Calculus and Beyond Homework Help
-
F
Doubt about abelian conjugacy class
Homework Statement I'm kinda lost in the concept of conjugate elements in group theory. It says that a element "h conjugate by g" is: g-1×h×g = hg Then it says that if the group is abelian h = hg Homework Equations Abelian group: a*b = b*a The Attempt at a Solution I don't get why the fact...- frank1
- Thread
- Class Doubt
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
F
Calculating Stock Solution Volume for NaHCO3 5g/L: M1V1=M2V2
Homework Statement Whats the stock solution volume required to prepare 100ml of a NaHCO3 solution 5g/L using a stock solution of NaHCO3 30g/L. Homework Equations M1*V1 = M2*V2 M = Molarity = mols/L The Attempt at a Solution NaHCO3 = 84g/mol 5g NaHCO3 = 0.0595238095238095mol 30g NaHCO3 =...- frank1
- Thread
- Volume
- Replies: 1
- Forum: Biology and Chemistry Homework Help
-
F
Engineering Doubt about BCD Sum circuit using full adders
Homework Statement I understand this BCD sum circuit. The only thing that I'm not understanding is why last full adder carry out also triggers an 6-sum in the other part of the circuit. I mean, if the nibble is not an valid BCD number, we sum six to the number. Not valid BCD numbers are...- frank1
- Thread
- Circuit Doubt Sum
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help
-
F
Help putting expression in form of miniterms (Boolean algebra)
Ok, got it. Its possible to draw the K-map because where is C.B for example, I can map 1's in the cells adjacents where only A changes. thanks- frank1
- Post #5
- Forum: Engineering and Comp Sci Homework Help
-
F
Help putting expression in form of miniterms (Boolean algebra)
but how can I show you my K-maps if I don't have my function in a miniterm or maxiterm form?- frank1
- Post #3
- Forum: Engineering and Comp Sci Homework Help
-
F
Help putting expression in form of miniterms (Boolean algebra)
Homework Statement I need to obtain the minimum second order circuit of the function: Homework Equations The Attempt at a Solution I know that in order to get the minimum second order circuit, I need to use K-Map using both miniterms and maxiterm and compare them. My problem is to put the...- frank1
- Thread
- Algebra Boolean algebra Expression Form
- Replies: 5
- Forum: Engineering and Comp Sci Homework Help
-
F
Engineering What is this circuit functionality?
Thanks for the help .Scott!- frank1
- Post #5
- Forum: Engineering and Comp Sci Homework Help
-
F
Engineering What is this circuit functionality?
hey .Scott thanks for helping. It's a thumbnail, click to see the full image The carry-in will say who S is?- frank1
- Post #3
- Forum: Engineering and Comp Sci Homework Help
-
F
Engineering What is this circuit functionality?
Homework Statement The question asks the circuit's functionality FA = Full Adder Homework Equations The Attempt at a Solution I got two questions: 1) To understand this circuit functionality should I write it output considering all input possibilities (32 lines)? 2) If the carry...- frank1
- Thread
- Circuit
- Replies: 4
- Forum: Engineering and Comp Sci Homework Help
-
F
Engineering Help on current flow/direction (DTL circuit)
Hi gneill. It really got too much out of context. It is like you said, it is a text that describes a circuit using transistors and diodes and what happens if both inputs (e1 and e2) are '1' (5V). I don't understand why T2 is OFF.- frank1
- Post #3
- Forum: Engineering and Comp Sci Homework Help
-
F
Number of days between two dates
Oh, I'm sorry, I forgot to use your standard date format. I edited the original post.- frank1
- Post #5
- Forum: Precalculus Mathematics Homework Help
-
F
Engineering Help on current flow/direction (DTL circuit)
Homework Statement Hello everyone, In the circuit below I don't understand why the "blue arrow" only goes through path 1, instead of path 1, 2 and 3? Homework Equations The Attempt at a Solution- frank1
- Thread
- Circuit Current
- Replies: 3
- Forum: Engineering and Comp Sci Homework Help
-
F
Number of days between two dates
Homework Statement Find the number of days between (December 8, 1980) and (November 6, 2013). Homework Equations The Attempt at a Solution There are 33 years between these two dates (if I get (December 8, 1980) and (December 8, 2013)). The number of leap years is int(33 / 4) = 8. Hence, I...- frank1
- Thread
- Replies: 5
- Forum: Precalculus Mathematics Homework Help