Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
equation
- Page 1
Re: What Happened When We Applied Psychology-Backed Tweaks to a Funnel?
Digital Media
Digital Marketing
23 Hours Ago
by warisrankhive
Brilliant breakdown! Your psychology-driven approach to funnel optimization is a game-changer—proof that small, intentional tweaks unlock massive conversions. Would love to dive deeper into how you test and scale these principles across different industries. Keep the insights coming
Re: What Happened When We Applied Psychology-Backed Tweaks to a Funnel?
Digital Media
Digital Marketing
2 Days Ago
by Muhammad_367
Conversions increased small psychology backed changes led to best user engagement and more effective funnel performance.
Re: What Happened When We Applied Psychology-Backed Tweaks to a Funnel?
Digital Media
Digital Marketing
1 Day Ago
by Willam
We made small psychology-based changes to our funnel and saw better results—more engagemen higher conversions and improved user experience.
Re: What Happened When We Applied Psychology-Backed Tweaks to a Funnel?
Digital Media
Digital Marketing
2 Months Ago
by graceweb
It’s amazing how just a few strategic changes can turn a struggling funnel into a success story. The emphasis on trust signals and emotional storytelling really resonates—those elements create a connection that can be the deciding factor for prospects. Thanks for highlighting those key takeaways! It’s a good reminder that sometimes it’s not …
Re: What Happened When We Applied Psychology-Backed Tweaks to a Funnel?
Digital Media
Digital Marketing
1 Month Ago
by graceweb
This was a fascinating read, Victor! The way you applied psychological principles like authority bias and loss aversion really shows how impactful small tweaks can be. I especially appreciated the emphasis on emotional storytelling, it’s often overlooked but clearly powerful. Thanks for sharing such actionable insights!
Equation?
Programming
Software Development
17 Years Ago
by toolbox03
How do i read in an
equation
in this format: 1 + 2a + 3b + 4c? I need to extract only the value 1, 2, 3, 4.
Re: Equation?
Programming
Software Development
17 Years Ago
by Radical Edward
What are you going to do with the values? Are you guaranteed that whitespace will separate the operators and operands? It could be really simple, or you might be better off writing a few classes that hold the raw
equation
data but still pass out extracted values. Depends on what problem you're trying to solve.
Re: Equation?
Programming
Software Development
17 Years Ago
by toolbox03
… better off writing a few classes that hold the raw
equation
data but still pass out extracted values. Depends on what…
Re: Equation?
Programming
Software Development
17 Years Ago
by Radical Edward
…(in); in >> rhs.d; // Clear out the remaining
equation
in.ignore(1024, '\n'); return in; } [/code]
Re: Equation?
Programming
Software Development
17 Years Ago
by toolbox03
…(in); in >> rhs.d; // Clear out the remaining
equation
in.ignore(1024, '\n'); return in; } [/code][/QUOTE] Thanks a…
equation in matlab
Programming
Software Development
16 Years Ago
by theo23
…. The idea of this exercise is to insert a theoretical
equation
Cdot in Matlab.With the results which it'll give… similar to experimental graph(sorry for my bad English). The
equation
which i have is: a=1/(1+exp((E - Vdot… to be [0,+inf] with respect to E. The total
equation
which i want to insert in matlab is Total=Cdot1…
Equation Solving in Java
Programming
Software Development
9 Years Ago
by DeanMSands3
…. One of the things I wanted to add was an
equation
solver for things like Resistor/Capacitor rate of discharge, etc… quite either. It'd be nice to put in an
equation
once without having to hash through every derivation. Any suggestions…
Re: Equation Solving in Java
Programming
Software Development
9 Years Ago
by DeanMSands3
… looking for is a library that can read in an
equation
, parse the relations between the variables and can reverse the… that I may as well just hard code all the
equation
variations in. Unless someone knows of something better.
Re: Equation problem with my codes ?
Programming
Software Development
14 Years Ago
by svilla
… really in the logic. The program will never solve the
equation
b = a3 * a2. Since this seems like a homework problem… the code is not creating the correct answer. Review the
equation
you are solving for and the look at the code…
Re: equation problem
Programming
Software Development
14 Years Ago
by Unhnd_Exception
[QUOTE=;][/QUOTE] That is not an
equation
to solve. There is no
equation
. The solution based on this is intx. What are you trying to do?
Re: Equation with two unknowns -- where do I start?
Programming
Software Development
13 Years Ago
by Gribouillis
When one of c or d is not zero, the
equation
has an infinite number of solutions. In fact the solutions … can be any real number. When c = d = 0, the
equation
has no solution if f is not zero, otherwise every…
Re: Equation Solving in Java
Programming
Software Development
9 Years Ago
by stultuske
define "equations". What do you see as an
equation
? 1 + 3 + 4 - 1 / 2 = ? or "1 + 3 + 4 - 1 / 2 = " ?
Re: Equation Solving in Java
Programming
Software Development
9 Years Ago
by gusano79
… kind of scenario? > What do you see as an
equation
? > 1 + 3 + 4 - 1 / 2 = ? > or > "…
Re: Equation Solving in Java
Programming
Software Development
9 Years Ago
by stultuske
my question was: how do you actually get the
equation
? as a String? or do you get them part by part with the operators known? The best way (imo) would be to code it yourself. sure, there might be a library out there to solve equations, but are they solving also the ones you need solved? and do they solve them correctly?
Re: Equation Solving in Java
Programming
Software Development
9 Years Ago
by gusano79
… looking for is a library that can read in an
equation
... Well, if your input is like the example (`V = Q…
Equation for GPS compass/bearing
Programming
Software Development
16 Years Ago
by SSDD
Hi, Anyone knows the
equation
for GPS compass/bearing? I need to display a compass in my GPS application.
equation solver
Programming
Software Development
16 Years Ago
by kbjr14
hi, everyone, i am working on writing a program that can calculate the extrema of a polynomial function. i've got everything i need except the last step of the process. i need to be able to solve a polynomial
equation
for f(x)=0. please help.
Equation of a line
Programming
Game Development
15 Years Ago
by akssps011
In screen coordinate system i.e top left corner = (0,0) and bottom right corner = (800,600), How can we find the
equation
of a line given ? Also how the intersection point of this line can be calculated with the screen boundary ?
Re: Equation of a line
Programming
Game Development
15 Years Ago
by mrnutty
… bottom right corner = (800,600), How can we find the
equation
of a line given ? Also how the intersection point of…
Equation problem with my codes ?
Programming
Software Development
14 Years Ago
by Madmark88
… to entered number (b), please find the “a” numbers corresponds
equation
b = a3 * a2. My codes. Whats the mistake ? thanks for…
Re: Equation problem with my codes ?
Programming
Software Development
14 Years Ago
by Madmark88
3.According to entered number (b), please find the “a” numbers corresponds
equation
b = a3 * a2. “a” is number that looping between 0-999 and b is entered number by user. full version of question.
equation problem
Programming
Software Development
14 Years Ago
by burntout
…] im just trying to figure out how to solve this
equation
. Thanks. PS- no this isnt a joke, im curious. thanks…
Re: equation problem
Programming
Software Development
14 Years Ago
by Tarkenfire
… test equivalence, but cannot be used to solve a mathematical
equation
. (well, at least in the sense you're thinking.) The…
Re: equation problem
Programming
Software Development
14 Years Ago
by burntout
… list of elements you would find the answer to this
equation
would ouput the number 5. I hope that makes sense…
Equation with two unknowns -- where do I start?
Programming
Software Development
13 Years Ago
by KatseasSAvvas
…, I'm trying to find a way to solve this
equation
with two unknowns using Python: [QUOTE](a * b) = (x * c…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
Backlink Auditor
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC